We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf649f1 commit 2dece10Copy full SHA for 2dece10
package.json
@@ -5,7 +5,7 @@
5
"description": "This script functions to detect and clean abusive or toxic words in text.",
6
"main": "badword.js",
7
"scripts": {
8
- "test": "ava",
+ "test": "mocha",
9
},
10
"devDependencies": {
11
"mocha": "^10.0.0",
0 commit comments