Skip to content

Commit

Permalink
chore: change test:notification to run explicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
  • Loading branch information
jef committed Sep 20, 2020
1 parent 4f83b3b commit 7efdcd8
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 @@ -8,7 +8,7 @@
"lint": "xo",
"lint:fix": "xo --fix",
"start": "npm run build && node build/index.js",
"test:notification": "npm run build && node build/__test__/*.js"
"test:notification": "npm run build && node build/__test__/notification-test.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7efdcd8

Please sign in to comment.