Skip to content

Commit

Permalink
test: simplify structure
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Nov 11, 2023
1 parent 1950355 commit b9dcec7
Show file tree
Hide file tree
Showing 4 changed files with 1,670 additions and 1,693 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"all": "run-s lint bundle test-coverage test-perf",
"lint": "eslint .",
"bundle": "rollup -c",
"test": "mocha test/index.js",
"test": "mocha test/*.js",
"test-coverage": "NO_PERF=1 nyc --reporter=lcov --reporter=html npm test",
"test-perf": "node test/perf/index.cjs",
"prepublishOnly": "run-s bundle test-perf"
Expand Down
Loading

0 comments on commit b9dcec7

Please # to comment.