diff --git a/.tas.yml b/.tas.yml index 9cedf00d..3f5d1b95 100644 --- a/.tas.yml +++ b/.tas.yml @@ -21,6 +21,21 @@ postMerge : - node --version configFile : "./jest.config.js" + - name: map2tree + path : "./packages/map2tree" + pattern: + - "./test/*.spec.ts" + + framework : jest + preRun: + command: + - npm run build + + postRun: + command: + - node --version + configFile : "./jest.config.js" +