Skip to content

Commit ca8a86c

Browse files
Revert "Try again"
This reverts commit b353ea5.
1 parent b353ea5 commit ca8a86c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ui-tests/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
"description": "Jupyter Everywhere Integration Tests",
55
"private": true,
66
"scripts": {
7-
"start": "cd ../dist && npx static-handler --coi -p 3000 ./",
7+
"start": "cd ../dist && npx static-handler --cors --coop --coep --corp --port 3000 --host 127.0.0.1 ./",
88
"test": "jlpm playwright test",
99
"test:update": "jlpm playwright test --update-snapshots"
1010
},
1111
"devDependencies": {
1212
"@jupyterlab/application": "^4.5.0-beta.1",
13-
"@playwright/test": "^1.57.0"
13+
"@playwright/test": "^1.57.0",
14+
"static-handler": "^0.4.1"
1415
}
1516
}

0 commit comments

Comments
 (0)