deno_std
deno_std copied to clipboard
run test cases in browser
- Bundle test entry point.
- Polyfill Deno.test for browser
- Correct test definition using shim-deno-test
- Pass them to some browser compatible test runner.
- Create test bed html file
- Load the test bed html file in the browser probably using puppeteer or playwright
- Check the output in the browser
related #641