* Add eslint for linting js (https://github.com/ikreymer/browsertrix-cloud/pull/7) * Add prettier for formatting frontend files (https://github.com/ikreymer/browsertrix-cloud/pull/9) * Add frontend testing framework (https://github.com/ikreymer/browsertrix-cloud/pull/10) closes #4, closes #5
11 lines
187 B
JavaScript
11 lines
187 B
JavaScript
/**
|
|
* Use to mock css files in tests.
|
|
*
|
|
* Usage in web-test-runner.config.mjs:
|
|
* importMap: {
|
|
* imports: {
|
|
* 'styles.css': '/src/__mocks__/css.js'
|
|
* },
|
|
* },
|
|
*/
|