From 6d3d4c2682f86f568f3f8d5db23a7f608c371564 Mon Sep 17 00:00:00 2001 From: Vikrant Kumar Sinha <96419531+VikrantKS@users.noreply.github.com> Date: Tue, 24 May 2022 14:27:51 +0530 Subject: [PATCH] Update .tas.yml --- .tas.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.tas.yml b/.tas.yml index 3f5d1b95..8ef8774b 100644 --- a/.tas.yml +++ b/.tas.yml @@ -36,6 +36,22 @@ postMerge : - node --version configFile : "./jest.config.js" + - name: react-base16-styling + path : "./packages/react-base16-styling" + pattern: + - "./test/*.spec.ts" + + framework : jest + preRun: + command: + - npm run build + + postRun: + command: + - node --version + configFile : "./jest.config.js" + +