We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997ecbb commit 296d26aCopy full SHA for 296d26a
.github/workflows/e2e.yml
@@ -46,10 +46,9 @@ jobs:
46
run: yarn wp-env
47
48
- name: Run Playwright tests
49
- run: npx playwright test --reporter=github
+ run: npx playwright test
50
51
- uses: actions/upload-artifact@v4
52
- if: always()
53
with:
54
name: playwright-report
55
path: playwright-report/
tsconfig.json
@@ -2,9 +2,9 @@
2
"compilerOptions": {
3
"outDir": "./build",
4
"jsx": "react-jsx",
5
- "module": "ESNext",
+ "module": "NodeNext",
6
"target": "es2022",
7
- "moduleResolution": "node",
+ "moduleResolution": "NodeNext",
8
"resolveJsonModule": true,
9
"sourceMap": true,
10
"noImplicitAny": true,
0 commit comments