File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/@lwc/integration-not-karma Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,10 @@ export default {
2727 // time out before they receive focus. But it also makes the full suite take 3x longer to run...
2828 // Potential workaround: https://github.com/modernweb-dev/web/issues/2588
2929 concurrency : 1 ,
30- filterBrowserLogs : ( ) => false ,
3130 nodeResolve : true ,
3231 rootDir : join ( import . meta. dirname , '..' ) ,
32+ staticLogging : true ,
33+ debug : true ,
3334 plugins : [
3435 {
3536 resolveImport ( { source } ) {
Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "scripts" : {
77 "start" : " web-test-runner --manual" ,
8- "test" : " web-test-runner --config configs/integration.js" ,
8+ "test" : " env && web-test-runner --config configs/integration.js" ,
99 "test:hydration" : " web-test-runner --config configs/hydration.js"
1010 },
1111 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments