Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Apr 4, 2024
1 parent 22d2d14 commit 7ab627f
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 @@ -90,7 +90,7 @@
"test:e2e": "cross-env JEST_IMAGE_SNAPSHOT_TRACK_OBSOLETE=1 jest --runInBand --detectOpenHandles --config=./test/e2e/jest.config.cjs",
"test:e2e:verbose": "cross-env DEBUG=bv:test:*,pw:browser* bun run test:e2e",
"test:e2e:coverage": "bun run test:e2e -- --coverage",
"test:perf": " jest --runInBand --detectOpenHandles --config=./test/performance/jest.config.cjs",
"test:perf": "jest --runInBand --detectOpenHandles --config=./test/performance/jest.config.cjs",
"test:perf:verbose": "cross-env DEBUG=bv:test:*,pw:browser* bun run test:perf",
"test:perf:compile": "tsc -p test/performance/",
"test:bundles": "jest --runInBand --detectOpenHandles --config=./test/bundles/jest.config.cjs",
Expand Down

0 comments on commit 7ab627f

Please sign in to comment.