@asdgf/web-test-runner
v0.0.4
Published
`asdgf` integration for [@web/test-runner](https://www.npmjs.com/package/@web/test-runner).
Downloads
8
Readme
@asdgf/web-test-runner
asdgf
integration for @web/test-runner.
Configuration
npm i -D @asdgf/web-test-runner
web-test-runner.config.mjs
:
export default {
/**
* Point WTR to `asdgf` as the testFramework of choice
*/
testFramework: { path: 'node_modules/@asdgf/web-test-runner/index.js' },
};