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" + +