Skip to content

Commit da241b9

Browse files
Revert "disable no-experimental-strip-types"
This reverts commit 3242917.
1 parent 3242917 commit da241b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npx playwright install --with-deps
2828

2929
- name: Run Playwright Tests
30-
run: NODE_OPTIONS="--no-experimental-strip-types" npx playwright test
30+
run: npx playwright test
3131

3232
- name: Upload Playwright Traces
3333
if: failure()

0 commit comments

Comments
 (0)