Update web-test-runner.config.mjs
This commit is contained in:
@@ -20,9 +20,11 @@ export default {
|
|||||||
files: ['./src/**/*.test.ts'],
|
files: ['./src/**/*.test.ts'],
|
||||||
nodeResolve: { exportConditions: mode === 'dev' ? ['development'] : [], preferBuiltins: false, browser: false },
|
nodeResolve: { exportConditions: mode === 'dev' ? ['development'] : [], preferBuiltins: false, browser: false },
|
||||||
browsers: [playwrightLauncher({ product: 'chromium' }), playwrightLauncher({ product: 'webkit' })],
|
browsers: [playwrightLauncher({ product: 'chromium' }), playwrightLauncher({ product: 'webkit' })],
|
||||||
|
/* TODO: fix coverage report
|
||||||
coverageConfig: {
|
coverageConfig: {
|
||||||
reporters: ['text-summary'],
|
reporters: ['lcovonly', 'text-summary'],
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
plugins: [
|
plugins: [
|
||||||
importMapsPlugin({
|
importMapsPlugin({
|
||||||
inject: {
|
inject: {
|
||||||
|
|||||||
Reference in New Issue
Block a user