Skip to content

Commit

Permalink
Use node.js test runner
Browse files Browse the repository at this point in the history
PR-URL: #265
Refs: #261
  • Loading branch information
tshemsedinov committed Nov 29, 2024
1 parent 8d31367 commit d90f5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"url": "https://www.patreon.com/tshemsedinov"
},
"scripts": {
"test": "npm run lint && npm run types && metatests test/",
"test": "npm run lint && npm run types && node --test",
"types": "tsc -p tsconfig.json",
"lint": "eslint . && prettier --check \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"",
"fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
Expand Down

0 comments on commit d90f5ea

Please sign in to comment.