From c14832bed1dbec050b336a71cad90a3a8d69d56b Mon Sep 17 00:00:00 2001 From: Alexandre Nunes Date: Sat, 3 Oct 2020 10:55:19 -0300 Subject: [PATCH] chore: add test verbose script to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ad48e2b..8dfbb1b 100755 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "watch": "tsc -w", "lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix", "test": "jest --passWithNoTests --silent --noStackTrace --runInBand", + "test:verbose": "jest --passWithNoTests --runInBand", "test:watch": "npm run test -- --watch" }, "husky": {