Add mocha-json test case for empty test results

This commit is contained in:
Michal Dorner 2021-03-08 21:04:14 +01:00
parent 3768e4e756
commit 9db99178aa
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
2 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"stats": {
"suites": 0,
"tests": 0,
"passes": 0,
"pending": 0,
"failures": 0,
"start": "2021-03-08T20:01:44.391Z",
"end": "2021-03-08T20:01:44.391Z",
"duration": 0
},
"tests": [],
"pending": [],
"failures": [],
"passes": []
}