Update .tas.yml

This commit is contained in:
Vikrant Kumar Sinha 2022-05-24 19:25:34 +05:30 committed by GitHub
parent eb4cbd2654
commit 092e3b1cc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,35 +6,7 @@ postMerge :
subModules: #Not to be changed subModules: #Not to be changed
- 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"
- name: react-base16-styling - name: react-base16-styling
path : "./packages/react-base16-styling" path : "./packages/react-base16-styling"