Skip to content

Commit

Permalink
chore: drop distro test
Browse files Browse the repository at this point in the history
We already test the distribution through the build.
  • Loading branch information
nikku committed Mar 6, 2024
1 parent 72b4fac commit 2390446
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 75 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
"./package.json": "./package.json"
},
"scripts": {
"all": "run-s lint test check-types test:distro",
"all": "run-s lint test check-types",
"pretest": "run-s bundle",
"bundle": "rollup -c --bundleConfigAsCjs",
"lint": "eslint . --ext js,cjs",
"prepare": "run-s bundle",
"test": "karma start karma.conf.cjs",
"check-types": "tsc --noEmit",
"test:distro": "karma start test/integration/karma.conf.cjs"
"check-types": "tsc --noEmit"
},
"keywords": [
"dom",
Expand Down
26 changes: 0 additions & 26 deletions test/integration/karma.conf.cjs

This file was deleted.

46 changes: 0 additions & 46 deletions test/integration/module.js

This file was deleted.

0 comments on commit 2390446

Please sign in to comment.