From 6db72acfd25c94b90123d0ee96133dc0d4c18b7a Mon Sep 17 00:00:00 2001 From: Jason Staten Date: Fri, 21 Sep 2018 13:46:53 -0600 Subject: [PATCH] verbose test output --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ecf5a99..95ed1fd 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "scripts": { "prepublishOnly": "yarn bundle", "bundle": "rollup -c", - "test": "jest", + "test": "jest --verbose", "test:unit": "jest --testPathPattern \\.test\\.", "test:spec": "jest --testPathPattern \\.spec\\." },