Skip to content

Commit

Permalink
fix (testing): add testing folder to npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian24 committed Jan 19, 2024
1 parent 4b4c373 commit 8dc6a76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@
"!web-test-runner.config.js",
"!commitlint.config.js",
"!**/test/**",
"!**/testing/**",
"!**/*_test.*",
"!.wireit/**",
"!catalog",
"!scripts/"
"!scripts/",
"!**/testing/**",
"testing/harness.{js,js.map,d.ts}",
"testing/transform-pseudo-classes.{js,js.map,d.ts}"
],
"workspaces": [
"catalog"
Expand Down

0 comments on commit 8dc6a76

Please sign in to comment.