From 7efdcd8f07f6bc9dc35db33e9d8a9daac3b626fc Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Sun, 20 Sep 2020 14:36:00 -0400 Subject: [PATCH] chore: change `test:notification` to run explicitly Signed-off-by: Jef LeCompte --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b05d22..e6fa952 100644 --- a/package.json +++ b/package.json @@ -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",