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