Skip to content

Commit

Permalink
maybe with run in band
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Dec 14, 2024
1 parent a30f22b commit f1926c2
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 @@ -13,7 +13,7 @@
"scripts": {
"prepublishOnly": "npm ci --package-lock --omit=dev && npx shx rm package-lock.json && npm shrinkwrap",
"patch": "npx patch-package",
"test": "jest --clearCache && jest",
"test": "jest --clearCache && jest --runInBand",
"test:coverage": "jest --coverageReporters=html",
"test:remove-inline-snapshots": "npx replace '\\.toMatchInlineSnapshot\\(\\s*`[\\s\\S]*?`\\s*\\);' '.toMatchInlineSnapshot();' test -r --include='*.test.js'",
"test:record": "npm run test:record:reg && npm run test:record:cds && npm run test:record:hdi",
Expand Down

0 comments on commit f1926c2

Please sign in to comment.