mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 06:00:07 +03:00
Update .tas.yml
This commit is contained in:
parent
092e3b1cc5
commit
9f9db69d13
112
.tas.yml
112
.tas.yml
|
@ -22,6 +22,36 @@ postMerge :
|
||||||
command:
|
command:
|
||||||
- node --version
|
- node --version
|
||||||
configFile : "./jest.config.js"
|
configFile : "./jest.config.js"
|
||||||
|
|
||||||
|
- name: redux-devtools-cli
|
||||||
|
path : "./packages/redux-devtools-cli"
|
||||||
|
pattern:
|
||||||
|
- "./test/integration.spec.ts"
|
||||||
|
|
||||||
|
framework : jest
|
||||||
|
preRun:
|
||||||
|
command:
|
||||||
|
- npm run build
|
||||||
|
|
||||||
|
postRun:
|
||||||
|
command:
|
||||||
|
- node --version
|
||||||
|
configFile : "./jest.config.js"
|
||||||
|
|
||||||
|
- name: map2tree
|
||||||
|
path : "./packages/map2tree"
|
||||||
|
pattern:
|
||||||
|
- "./test/*.spec.ts"
|
||||||
|
|
||||||
|
framework : jest
|
||||||
|
preRun:
|
||||||
|
command:
|
||||||
|
- npm run build
|
||||||
|
|
||||||
|
postRun:
|
||||||
|
command:
|
||||||
|
- node --version
|
||||||
|
configFile : "./jest.config.js"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,42 +61,52 @@ postMerge :
|
||||||
preMerge :
|
preMerge :
|
||||||
|
|
||||||
subModules: #Not to be changed
|
subModules: #Not to be changed
|
||||||
- name: hoppscotch-cli #Can be changed
|
|
||||||
path : "./"
|
- name: react-base16-styling
|
||||||
pattern:
|
path : "./packages/react-base16-styling"
|
||||||
- "./packages/hoppscotch-cli/src/__tests__/**/*.*.ts"
|
pattern:
|
||||||
|
- "./test/index.test.ts"
|
||||||
framework : jest
|
|
||||||
postRun:
|
framework : jest
|
||||||
command:
|
preRun:
|
||||||
- node --version
|
command:
|
||||||
|
- npm run build
|
||||||
- name: hoppscotch-js-sandbox
|
|
||||||
path : "./"
|
postRun:
|
||||||
pattern:
|
command:
|
||||||
- "./packages/hoppscotch-js-sandbox/src/__tests__/**/*.*.ts"
|
- node --version
|
||||||
|
configFile : "./jest.config.js"
|
||||||
framework : jest
|
|
||||||
|
- name: redux-devtools-cli
|
||||||
postRun:
|
path : "./packages/redux-devtools-cli"
|
||||||
command:
|
pattern:
|
||||||
- node --version
|
- "./test/integration.spec.ts"
|
||||||
configFile : "./packages/hoppscotch-js-sandbox/jest.config.js"
|
|
||||||
|
framework : jest
|
||||||
- name: hoppscotch-app
|
preRun:
|
||||||
path : "./"
|
command:
|
||||||
pattern:
|
- npm run build
|
||||||
- "./packages/hoppscotch-app/src/__tests__/**/*.*.ts"
|
|
||||||
|
postRun:
|
||||||
framework : jest
|
command:
|
||||||
|
- node --version
|
||||||
|
configFile : "./jest.config.js"
|
||||||
postRun:
|
|
||||||
command:
|
- name: map2tree
|
||||||
- node --version
|
path : "./packages/map2tree"
|
||||||
configFile : "./packages/hoppscotch-app/jest.config.js"
|
pattern:
|
||||||
|
- "./test/*.spec.ts"
|
||||||
|
|
||||||
|
framework : jest
|
||||||
|
preRun:
|
||||||
|
command:
|
||||||
|
- npm run build
|
||||||
|
|
||||||
|
postRun:
|
||||||
|
command:
|
||||||
|
- node --version
|
||||||
|
configFile : "./jest.config.js"
|
||||||
|
|
||||||
parallelism: 2 # this will be depricated in future
|
parallelism: 2 # this will be depricated in future
|
||||||
version : 2.0
|
version : 2.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user