Skip to content

Commit

Permalink
Removed mocha.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Oct 17, 2023
1 parent 03360cf commit b6f2834
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
41 changes: 0 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"bun-types": "^1.0.6",
"eslint": "^7.32.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-promise": "^5.1.0",
Expand All @@ -28,9 +27,7 @@
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "mocha test/test-*.js -R list",
"build": "bun run build:declaration",
"build:declaration": "tsc"
"build": "tsc"
},
"files": [
"./dist"
Expand Down

0 comments on commit b6f2834

Please sign in to comment.