@exercism/javascript-browser-test-runner
v3.0.0
Published
Exercism JavaScript Track test runner that runs in the browser
Keywords
Readme
@exercism/javascript-browser-test-runner
When using this package, don't forget to serve javascript-browser-test-runner-worker.mjs (and optionally javascript-browser-test-runner-worker.mjs.map) from the output folder on a baseUrl relative path to where you run the test runner.
You can change this path by providing globalThis.__exercism.workers.javascript = 'url' (globalThis is window in main thread browser windows).
Build
yarn buildCopy imported.mjs to sample to run the sample.
Run sample
npx serve sampleRelease
Don't forget to update package.json version.
npm publish --access public