Skip to content

Commit

Permalink
test: update config sequential
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjablack committed Oct 20, 2024
1 parent fec650f commit de2c41e
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 @@ -67,7 +67,7 @@
"test": "yarn run test:unit && yarn run test:integration:sequential",
"test:unit": "turbo run test",
"test:integration": "nyc --reporter=text --reporter=lcov cross-env NODE_ENV=test mocha --parallel --max-old-space-size=4096",
"test:integration:sequential": "nyc --reporter=text --reporter=lcov cross-env NODE_ENV=test mocha --max-old-space-size=4096",
"test:integration:sequential": "nyc --reporter=text --reporter=lcov cross-env NODE_ENV=test mocha --max-old-space-size=4096 --verbose --timeout 60000",
"prepublishOnly": "yarn build",
"changeset": "changeset",
"version": "yarn changeset version",
Expand Down

0 comments on commit de2c41e

Please sign in to comment.