From e42660f31eefb78ea024e30a3b08556f754ac0cc Mon Sep 17 00:00:00 2001 From: Vikrant Kumar Sinha <96419531+VikrantKS@users.noreply.github.com> Date: Fri, 20 May 2022 15:58:01 +0530 Subject: [PATCH] Update .tas.yml --- .tas.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tas.yml b/.tas.yml index 5d471edb..7c2586d2 100644 --- a/.tas.yml +++ b/.tas.yml @@ -21,10 +21,10 @@ postMerge : - node --version configFile : "./jest.config.js" - - name: redux-devtools-app - path : "./packages/redux-devtools-app" + - name: redux-devtools + path : "./packages/redux-devtools" pattern: - - "./test/app.spec.tsx" + - "./test/*.spec.ts" framework : jest preRun: