mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 14:09:46 +03:00
Create .tas.yml
This commit is contained in:
parent
d8ff11fc91
commit
99c298434f
82
.tas.yml
Normal file
82
.tas.yml
Normal file
|
@ -0,0 +1,82 @@
|
||||||
|
postMerge :
|
||||||
|
preRun:
|
||||||
|
command:
|
||||||
|
- npm install
|
||||||
|
|
||||||
|
|
||||||
|
subModules: #Not to be changed
|
||||||
|
|
||||||
|
- 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: redux-devtools-app
|
||||||
|
path : "./packages/redux-devtools-app"
|
||||||
|
pattern:
|
||||||
|
- "./test/app.spec.tsx"
|
||||||
|
|
||||||
|
framework : jest
|
||||||
|
preRun:
|
||||||
|
command:
|
||||||
|
- npm run build
|
||||||
|
|
||||||
|
postRun:
|
||||||
|
command:
|
||||||
|
- node --version
|
||||||
|
configFile : "./jest.config.js"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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"
|
||||||
|
|
||||||
|
|
||||||
|
parallelism: 2 # this will be depricated in future
|
||||||
|
version : 2.0
|
Loading…
Reference in New Issue
Block a user