Skip to content

Commit

Permalink
randomize
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulien-bjss committed Jul 25, 2023
1 parent cc42df1 commit 03aa753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:unit:watch": "npm run test:unit -- --watch",
"test:unit:coverage": "cross-env npm run test:unit -- --coverage",
"test-i": "AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE=1 npm run test:integration -- --globalSetup='./scripts/setup.ts' --globalTeardown='./scripts/teardown.ts'",
"test:integration": "cross-env NODE_ENV=test jest tests/integration",
"test:integration": "cross-env NODE_ENV=test jest tests/integration --randomize",
"test:integration:watch": "npm run test:integration -- --watch",
"test:integration:coverage": "cross-env npm run test:integration -- --coverage",
"test": "npm-run-all test:unit:coverage",
Expand Down

0 comments on commit 03aa753

Please sign in to comment.