Skip to content
Snippets Groups Projects
Commit 2129d12a authored by insert's avatar insert
Browse files

Add verbose flag to jest.

parent 3e465860
Branches
No related merge requests found
Pipeline #299 passed with stage
in 2 minutes and 9 seconds
......@@ -17,7 +17,7 @@
"typescript": "^3.6.3"
},
"scripts": {
"test": "jest --coverage",
"test": "jest --verbose --coverage",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"build": "tsc",
"prepublishOnly": "tsc"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment