Skip to content

Commit 8dc6a76

Browse files
committed
fix (testing): add testing folder to npm package
1 parent 4b4c373 commit 8dc6a76

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)