Skip to content

Commit a3b2be8

Browse files
Merge pull request #5399 from Christian24:master
PiperOrigin-RevId: 600556733
2 parents 35913a6 + ffcb873 commit a3b2be8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@
4343
"!web-test-runner.config.js",
4444
"!commitlint.config.js",
4545
"!**/test/**",
46-
"!**/testing/**",
4746
"!**/*_test.*",
4847
"!.wireit/**",
4948
"!catalog",
50-
"!scripts/"
49+
"!scripts/",
50+
"!**/testing/**",
51+
"testing/harness.{js,js.map,d.ts}",
52+
"testing/transform-pseudo-classes.{js,js.map,d.ts}"
5153
],
5254
"workspaces": [
5355
"catalog"

0 commit comments

Comments
 (0)