Update .tas.yml

This commit is contained in:
Vikrant Kumar Sinha 2022-05-20 18:17:12 +05:30 committed by GitHub
parent 3684e3c85a
commit 9b6100d255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,20 +21,6 @@ postMerge :
- node --version - node --version
configFile : "./jest.config.js" configFile : "./jest.config.js"
- name: redux-devtools
path : "./packages/redux-devtools"
pattern:
- "./test/*.spec.ts"
framework : jest
preRun:
command:
- npm i
postRun:
command:
- node --version
configFile : "./jest.config.js"