Skip to content

oxe-i/js-test-runner-clientside

 
 

Repository files navigation

@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 build

Copy imported.mjs to sample to run the sample.

Run sample

npx serve sample

Release

Don't forget to update package.json version.

npm publish --access public

About

Browser Test Runner for Exercism's JavaScript track

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.3%
  • JavaScript 7.7%