From 7854333a50641623b945aec35e42891bff80d669 Mon Sep 17 00:00:00 2001 From: David Diaz Date: Tue, 12 Mar 2019 11:21:11 -0600 Subject: [PATCH] Run tests in band. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d59201b..091d4b3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Sergio Diaz ", "license": "MIT", "scripts": { - "test": "jest", + "test": "jest -i", "test:coverage": "jest --coverage ./src", "release": "np" },