From 44316e3d67204e612dda8baccfafc8d9aa6346dc Mon Sep 17 00:00:00 2001 From: Vinit Kumar Date: Sat, 18 Nov 2017 22:14:18 +0530 Subject: [PATCH] fix hanged up test in mocha 4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 549e2787..046ce13b 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ test: - @./node_modules/.bin/mocha -u tdd --reporter spec + @./node_modules/.bin/mocha -u tdd --reporter spec --exit .PHONY: test