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\\." },