We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8576e56 commit b28d62bCopy full SHA for b28d62b
run_headless_tests.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-npx spago bundle --platform browser --outfile output/test_module.js
+npx spago bundle --platform browser --outfile output/test_module.js --bundle-type module
6
7
# need to disable-web-security in chromium to allow cross-origin requests
8
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