mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
Fix mocha report fixture + test duration handling
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
"private": true,
|
||||
"description": "Generates test fixtures for test-reporter action",
|
||||
"scripts": {
|
||||
"test-json": "mocha --reporter json > ../../__tests__/fixtures/mocha-json.json",
|
||||
"test": "mocha"
|
||||
"test": "mocha --reporter json > ../../__tests__/fixtures/mocha-json.json"
|
||||
},
|
||||
"author": "Michal Dorner <dorner.michal@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user