Skip to content

Commit a6e163d

Browse files
committed
remove synchronization from tests
1 parent 8d8258b commit a6e163d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
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",

0 commit comments

Comments
 (0)