Skip to content

Commit fde632c

Browse files
committed
update:updated packages
1 parent a065e15 commit fde632c

File tree

3 files changed

+5
-892
lines changed

3 files changed

+5
-892
lines changed

packages/core/__tests__/config/playwright.next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default defineConfig({
1515
expect: {
1616
timeout: 150_000,
1717
},
18-
reporter: "null",
18+
reporter: "html",
1919
globalSetup: path.resolve(__dirname, "../helpers/globalSetup.next.js"),
2020

2121
use: {

packages/core/__tests__/config/playwright.vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
timeout: 300_000,
1515
expect: {
1616
timeout: 150_000,
17-
}, reporter: "null",
17+
}, reporter: "html",
1818
globalSetup: path.resolve(__dirname, "../helpers/globalSetup.vite.js"),
1919

2020
use: {

0 commit comments

Comments
 (0)