mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
14 lines
364 B
JSON
14 lines
364 B
JSON
{
|
|
"name": "mocha-fixture",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Generates test fixtures for test-reporter action",
|
|
"scripts": {
|
|
"test": "mocha --reporter json > ../../__tests__/fixtures/mocha-json.json"
|
|
},
|
|
"author": "Michal Dorner <dorner.michal@gmail.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mocha": "^8.3.0"
|
|
}
|
|
}
|