From 9b6100d25570eab7b7d3ec64de2da4b6381019a2 Mon Sep 17 00:00:00 2001 From: Vikrant Kumar Sinha <96419531+VikrantKS@users.noreply.github.com> Date: Fri, 20 May 2022 18:17:12 +0530 Subject: [PATCH] Update .tas.yml --- .tas.yml | 14 -------------- 1 file changed, 14 deletions(-) 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"