We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4c373 commit 8dc6a76Copy full SHA for 8dc6a76
package.json
@@ -43,11 +43,13 @@
43
"!web-test-runner.config.js",
44
"!commitlint.config.js",
45
"!**/test/**",
46
- "!**/testing/**",
47
"!**/*_test.*",
48
"!.wireit/**",
49
"!catalog",
50
- "!scripts/"
+ "!scripts/",
+ "!**/testing/**",
51
+ "testing/harness.{js,js.map,d.ts}",
52
+ "testing/transform-pseudo-classes.{js,js.map,d.ts}"
53
],
54
"workspaces": [
55
"catalog"
0 commit comments