test: use verbose spec reporter (#778)

Co-authored-by: Christopher J. Brody <chris@brody.consulting>
Co-authored-by: Raphael von der Grün <raphinesse@users.noreply.github.com>
This commit is contained in:
Chris Brody
2019-07-14 15:36:46 -04:00
committed by GitHub
parent 38c6627999
commit 989b4cc913
5 changed files with 41 additions and 0 deletions

View File

@@ -4,6 +4,9 @@
"unit/**/*[sS]pec.js",
"e2e/**/*[sS]pec.js"
],
"helpers": [
"helper.js"
],
"stopSpecOnExpectationFailure": false,
"random": false
}