From ae08162201f74e567d63e798066b9b249d28feba Mon Sep 17 00:00:00 2001 From: Alexandre Nunes Date: Sat, 26 Sep 2020 16:56:30 -0300 Subject: [PATCH] chore: config test script --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bfe8f49..f92dbb0 100755 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "build": "tsc", "watch": "tsc -w", "lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix", - "test": "jest" + "test": "jest --passWithNoTests --silent --noStackTrace --runInBand", + "test:watch": "npm run test -- --watch" }, "husky": { "hooks": { @@ -55,4 +56,4 @@ "dependencies": { "xmldom": "^0.3.0" } -} +} \ No newline at end of file