diff --git a/.tas.yml b/.tas.yml index a5f58639..9cedf00d 100644 --- a/.tas.yml +++ b/.tas.yml @@ -21,20 +21,6 @@ postMerge : - node --version 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"