Skip to content

Commit 2a010d1

Browse files
committed
Make sure reporter is not being overriden
1 parent b98bc08 commit 2a010d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-packages/browser-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test:loader:replay_buffer": "PW_BUNDLE=loader_replay_buffer yarn test:loader",
3636
"test:loader:full": "PW_BUNDLE=loader_tracing_replay yarn test:loader",
3737
"test:loader:debug": "PW_BUNDLE=loader_debug yarn test:loader",
38-
"test:ci": "yarn test:all --reporter='line'",
38+
"test:ci": "yarn test:all",
3939
"test:update-snapshots": "yarn test:all --update-snapshots",
4040
"test:detect-flaky": "ts-node scripts/detectFlakyTests.ts"
4141
},

packages/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"test:integration:prepare": "(cd test/integration && yarn install)",
107107
"test:integration:clean": "(cd test/integration && rimraf .cache node_modules build)",
108108
"test:integration:client": "yarn playwright install-deps && yarn playwright test test/integration/test/client/ --project='chromium'",
109-
"test:integration:client:ci": "yarn test:integration:client --reporter='line'",
109+
"test:integration:client:ci": "yarn test:integration:client",
110110
"test:integration:server": "export NODE_OPTIONS='--stack-trace-limit=25' && vitest run",
111111
"test:unit": "jest",
112112
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)