mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
Add mocha-json test case for empty test results
This commit is contained in:
16
__tests__/fixtures/empty/mocha-json.json
Normal file
16
__tests__/fixtures/empty/mocha-json.json
Normal 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": []
|
||||
}
|
||||
Reference in New Issue
Block a user