From 9353449515ff6881a54ce6887297b7eab2855186 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sat, 30 Apr 2016 11:17:50 +0200 Subject: Use scripty instead of writing shell commands in package.json --- server/tests/api/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/tests/api/utils.js b/server/tests/api/utils.js index d37e12cb2..c1a01ef37 100644 --- a/server/tests/api/utils.js +++ b/server/tests/api/utils.js @@ -25,7 +25,7 @@ const testUtils = { // ---------------------- Export functions -------------------- function flushTests (callback) { - exec(pathUtils.join(__dirname, '../../../bin/clean_test.sh'), callback) + exec('npm run clean:server:test', callback) } function getFriendsList (url, end) { -- cgit v1.2.3