Update .tas.yml

This commit is contained in:
Vikrant Kumar Sinha 2022-05-24 14:27:51 +05:30 committed by GitHub
parent b8a52e6caa
commit 6d3d4c2682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,22 @@ postMerge :
- node --version - node --version
configFile : "./jest.config.js" configFile : "./jest.config.js"
- name: react-base16-styling
path : "./packages/react-base16-styling"
pattern:
- "./test/*.spec.ts"
framework : jest
preRun:
command:
- npm run build
postRun:
command:
- node --version
configFile : "./jest.config.js"