Skip to content

Commit b28d62b

Browse files
committed
Debug
1 parent 8576e56 commit b28d62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_headless_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
npx spago bundle --platform browser --outfile output/test_module.js
5+
npx spago bundle --platform browser --outfile output/test_module.js --bundle-type module
66

77
# need to disable-web-security in chromium to allow cross-origin requests
88
npx mocha-headless-chrome -f test/browser/index_module.html -o output/test-output-headless.txt -a disable-web-security || echo "Checking test output..."

0 commit comments

Comments
 (0)