Skip to content

Commit

Permalink
Adds tests directory to jest path
Browse files Browse the repository at this point in the history
  • Loading branch information
skycube19 committed Sep 12, 2024
1 parent d02e86f commit 883446d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "spicetify-creator",
"build-local": "spicetify-creator --out=dist --minify",
"watch": "spicetify-creator --watch",
"test": "jest"
"test": "jest tests"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 883446d

Please sign in to comment.