chore: change test:notification to run explicitly

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-09-20 14:36:00 -04:00
parent 4f83b3b233
commit 7efdcd8f07
+1 -1
View File
@@ -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",