Skip to content

Commit

Permalink
Add unit test to Tape invocation list
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitchell committed Jun 2, 2022
1 parent 2ae6b8b commit 30e2fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,6 +39,6 @@
"scripts": {
"licenses": "./licensee --errors-only",
"lint": "standard index.js licensee test/**/test.js",
"test": "tap tests/**/test.js"
"test": "tap tests/unit.test.js tests/**/test.js"
}
}

0 comments on commit 30e2fd4

Please sign in to comment.