Skip to content

Commit

Permalink
adds a bunch of keywords
Browse files Browse the repository at this point in the history
Did you know that if you click on the "testing" icon on npmjs.com, Mocha is completely absent?

It wants the keyword `testing`, which we do not have.  So I added that and a bunch more.  Since all of
the other major test frameworks seem to use keywords of others, might as well join that arms race.
  • Loading branch information
boneskull committed May 1, 2020
1 parent b5e7183 commit 14da63a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Expand Up @@ -7,7 +7,15 @@
"test",
"bdd",
"tdd",
"tap"
"tap",
"testing",
"chai",
"assertion",
"ava",
"jest",
"tape",
"jasmine",
"karma"
],
"funding": {
"type": "opencollective",
Expand Down

0 comments on commit 14da63a

Please sign in to comment.