rename to dataset

This commit is contained in:
Niels Lyngsø
2023-12-08 10:11:00 +01:00
parent d032716fd8
commit 3293e23b86
24 changed files with 120 additions and 102 deletions

View File

@@ -3,6 +3,8 @@ import defaultConfig from './web-test-runner.config.mjs';
/** @type {import('@web/dev-server').DevServerConfig} */
export default {
...defaultConfig,
// Only test with the first browser option ( to keep test times fast )
browsers: [defaultConfig.browsers[0]],
testRunnerHtml: (testFramework) => {
return defaultConfig.testRunnerHtml(testFramework, true);
},