Skip to content

Commit

Permalink
Move to native node.js test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Oct 15, 2023
1 parent 374cec1 commit 177902c
Show file tree
Hide file tree
Showing 17 changed files with 133 additions and 519 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
356 changes: 0 additions & 356 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.ts\"",
"types": "tsc -p tsconfig.json",
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.ts\"",
"test": "npm run lint && npm run types && metatests test/unit.js && metatests test/timeout.js"
"test": "npm run lint && npm run types && node --test"
},
"devDependencies": {
"@types/node": "^20.4.5",
Expand All @@ -50,7 +50,6 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"metatests": "^0.8.2",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
}
Expand Down
Loading

0 comments on commit 177902c

Please sign in to comment.