File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "test" : " jest -c jest.config.ts" ,
1313 "test:no-teardown" : " TESTCONTAINERS_RYUK_DISABLED=true jest -c jest.config.ts" ,
1414 "test:unit" : " jest -c jest.config.unit.ts" ,
15- "test:integration" : " jest --runInBand - c jest.config.integration.ts" ,
16- "test:integration:no-teardown" : " TESTCONTAINERS_RYUK_DISABLED=true jest --runInBand - c jest.config.integration.ts" ,
17- "test:functional" : " jest --runInBand - c jest.config.functional.ts" ,
18- "test:functional:no-teardown" : " TESTCONTAINERS_RYUK_DISABLED=true jest --runInBand - c jest.config.functional.ts" ,
15+ "test:integration" : " jest -c jest.config.integration.ts" ,
16+ "test:integration:no-teardown" : " TESTCONTAINERS_RYUK_DISABLED=true jest -c jest.config.integration.ts" ,
17+ "test:functional" : " jest -c jest.config.functional.ts" ,
18+ "test:functional:no-teardown" : " TESTCONTAINERS_RYUK_DISABLED=true jest -c jest.config.functional.ts" ,
1919 "test:coverage" : " jest --coverage -c jest.config.ts" ,
2020 "test:coverage:no-teardown" : " TESTCONTAINERS_RYUK_DISABLED=true jest --coverage -c jest.config.ts" ,
2121 "test:coverage:check" : " jest --coverage --ci --config jest.config.ts" ,
You can’t perform that action at this time.
0 commit comments