Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Oct 7, 2023
1 parent d23ede9 commit e3dd8ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 61 deletions.
59 changes: 1 addition & 58 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"exports": "./index.js",
"type": "module",
"scripts": {
"test": "standard --fix && node--test",
"test": "standard --fix && node --test",
"gentest": "bash test/generate.sh",
"bench": "matcha bench/bench.js"
},
Expand All @@ -19,8 +19,7 @@
},
"devDependencies": {
"@c4312/matcha": "^1.3.1",
"standard": "^17.1.0",
"test": "^3.0.0"
"standard": "^17.1.0"
},
"keywords": [],
"author": {
Expand Down

0 comments on commit e3dd8ae

Please sign in to comment.