mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 04:05:22 -08:00
Add support for mocha-json
This commit is contained in:
15
reports/mocha/package.json
Normal file
15
reports/mocha/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "mocha-fixture",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"description": "Generates test fixtures for test-reporter action",
|
||||
"scripts": {
|
||||
"test-json": "mocha --reporter json > ../../__tests__/fixtures/mocha-json.json",
|
||||
"test": "mocha"
|
||||
},
|
||||
"author": "Michal Dorner <dorner.michal@gmail.com>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"mocha": "^8.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user