Skip to content

Commit

Permalink
revert to mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Dec 25, 2023
1 parent 0e3a3e1 commit 7bd14f2
Show file tree
Hide file tree
Showing 11 changed files with 803 additions and 330 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,20 @@
"devDependencies": {
"@types/node": "^18.18.8",
"@types/vinyl": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"eslint-plugin-json": "^3.1.0",
"gulp": "^4.0.2",
"husky": "^8.0.3",
"knip": "^2.41.5",
"lint-staged": "^15.1.0",
"knip": "^3.8.4",
"lint-staged": "^15.2.0",
"mocha": "^10.2.0",
"npm-run-all2": "^6.1.1",
"stream-assert": "^2.0.3",
"tsup": "^7.2.0",
"typescript": "^5.3.2",
"uvu": "^0.5.6"
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vinyl": "^3.0.0"
},
"scripts": {
"build": "tsup",
Expand All @@ -57,7 +58,7 @@
"lint": "npm-run-all --parallel lint:*",
"prepack": "npm run build",
"prepare": "husky install",
"test": "uvu tests"
"test": "mocha tests"
},
"lint-staged": {
"*.(ts|json)": "eslint --cache --fix"
Expand Down
Loading

0 comments on commit 7bd14f2

Please sign in to comment.