Update .tas.yml

This commit is contained in:
Vikrant Kumar Sinha 2022-05-24 13:04:21 +05:30 committed by GitHub
parent 9b6100d255
commit b8a52e6caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,21 @@ postMerge :
- 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"