Skip to content

Commit 617c588

Browse files
authored
Apply suggestion from @amcamargoc
1 parent a60ed9f commit 617c588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"scripts": {
2222
"start": "node src/index.js",
2323
"dev": "node --watch src/index.js",
24-
"test": "node --test src/**/*.test.js test/**/*.js scripts/**/*.js",
24+
"test": "node --test src/**/*.test.js",
2525
"test:logic": "node scripts/test_bot_logic.js"
2626
},
2727
"dependencies": {

0 commit comments

Comments
 (0)