Skip to content

Commit

Permalink
added modes to the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Apr 15, 2024
1 parent 5208f9d commit 5191d49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"test:median": "node -r esm ./src/median/median.test.js",
"test:min": "node -r esm ./src/min/min.test.js",
"test:mode": "node -r esm ./src/mode/mode.test.js",
"test:modes": "node -r esm ./src/modes/modes.test.js",
"test:range": "node -r esm ./src/range/range.test.js",
"test:sum": "node -r esm ./src/sum/sum.test.js",
"test-loading-builds": "node test-loading-builds.js",
Expand Down

0 comments on commit 5191d49

Please sign in to comment.