diff --git a/.tas.yml b/.tas.yml index 856d7dae..5bfbbab7 100644 --- a/.tas.yml +++ b/.tas.yml @@ -22,6 +22,36 @@ postMerge : command: - node --version configFile : "./jest.config.js" + + - name: redux-devtools-cli + path : "./packages/redux-devtools-cli" + pattern: + - "./test/integration.spec.ts" + + framework : jest + preRun: + command: + - npm run build + + postRun: + command: + - 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" @@ -31,42 +61,52 @@ postMerge : preMerge : subModules: #Not to be changed - - name: hoppscotch-cli #Can be changed - path : "./" - pattern: - - "./packages/hoppscotch-cli/src/__tests__/**/*.*.ts" - - framework : jest - postRun: - command: - - node --version - - - name: hoppscotch-js-sandbox - path : "./" - pattern: - - "./packages/hoppscotch-js-sandbox/src/__tests__/**/*.*.ts" - - framework : jest - - postRun: - command: - - node --version - configFile : "./packages/hoppscotch-js-sandbox/jest.config.js" - - - name: hoppscotch-app - path : "./" - pattern: - - "./packages/hoppscotch-app/src/__tests__/**/*.*.ts" - - framework : jest - - - postRun: - command: - - node --version - configFile : "./packages/hoppscotch-app/jest.config.js" - - + + - name: react-base16-styling + path : "./packages/react-base16-styling" + pattern: + - "./test/index.test.ts" + + framework : jest + preRun: + command: + - npm run build + + postRun: + command: + - node --version + configFile : "./jest.config.js" + + - name: redux-devtools-cli + path : "./packages/redux-devtools-cli" + pattern: + - "./test/integration.spec.ts" + + framework : jest + preRun: + command: + - npm run build + + postRun: + command: + - 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" + parallelism: 2 # this will be depricated in future version : 2.0