Skip to content

Commit 7693eab

Browse files
committed
test(wtr): explain the cross-package file search
1 parent 5385e1d commit 7693eab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/@lwc/integration-not-karma/web-test-runner.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ const env = {
2424
/** @type {import("@web/test-runner").TestRunnerConfig} */
2525
export default {
2626
files: [
27+
// Using ../integration-karma for now, rather than copying the tests here, because there are
28+
// over 3000 test files and that makes the diff really annoying.
2729
'../integration-karma/test/**/*.spec.js',
2830
// Failing Karma tests that need to be migrated to WTR
2931
'!../integration-karma/test/custom-elements-registry/index.spec.js',

0 commit comments

Comments
 (0)