Update .tas.yml

This commit is contained in:
Vikrant Kumar Sinha 2022-05-25 11:56:06 +05:30 committed by GitHub
parent 092e3b1cc5
commit 9f9db69d13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,36 @@ postMerge :
- 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,41 +61,51 @@ postMerge :
preMerge : preMerge :
subModules: #Not to be changed subModules: #Not to be changed
- name: hoppscotch-cli #Can be changed
path : "./"
pattern:
- "./packages/hoppscotch-cli/src/__tests__/**/*.*.ts"
framework : jest - name: react-base16-styling
postRun: path : "./packages/react-base16-styling"
command: pattern:
- node --version - "./test/index.test.ts"
- name: hoppscotch-js-sandbox framework : jest
path : "./" preRun:
pattern: command:
- "./packages/hoppscotch-js-sandbox/src/__tests__/**/*.*.ts" - npm run build
framework : jest postRun:
command:
- node --version
configFile : "./jest.config.js"
postRun: - name: redux-devtools-cli
command: path : "./packages/redux-devtools-cli"
- node --version pattern:
configFile : "./packages/hoppscotch-js-sandbox/jest.config.js" - "./test/integration.spec.ts"
- name: hoppscotch-app framework : jest
path : "./" preRun:
pattern: command:
- "./packages/hoppscotch-app/src/__tests__/**/*.*.ts" - npm run build
framework : jest postRun:
command:
- node --version
configFile : "./jest.config.js"
- name: map2tree
path : "./packages/map2tree"
pattern:
- "./test/*.spec.ts"
postRun: framework : jest
command: preRun:
- node --version command:
configFile : "./packages/hoppscotch-app/jest.config.js" - 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