Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add full web-test-runner createConfig() (#7)
* Add a wtr config creator * Use DEFAULT_BROWSERS * Keep naming consistent as vdiff, for now * Update exports * Rework getBrowsers; Add unit group; Throw TypeErrors * Run separate server tests using mocha/chai directly * Fix lint and tests * Add some more tests; Minor tweaks * Refactor for tests * Use stubs to test return value * Remove unused argv * Rework negative vdiff group test * Remove sgtn * Reorder class members * Add resize observer error handler * Pass cliArgs to constructor * Clean up tests * Remove singleton; Add console.warn tests * Run the tests in CI * Regenerate package-lock * Run tests separately in CI Co-authored-by: Stacey Van Herk <[email protected]> * Swap eslint config files * Move tools/ to src/tools/ --------- Co-authored-by: Stacey Van Herk <[email protected]>
- Loading branch information