We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b146c9 commit 733bce5Copy full SHA for 733bce5
README.md
@@ -1,2 +1,3 @@
1
-# vitest-structured-reporter
2
-A vitest plugin that generates a JSON file with structured summary output
+# Vitest Structured Summary
+
3
+A vitest plugin that generates a JSON file with structured summary output.
package.json
@@ -0,0 +1,11 @@
+{
+ "name": "vitest-structured-reporter",
+ "version": "1.0.0",
4
+ "description": "A vitest coverage summary generator plugin",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "Typeguard Inc.",
10
+ "license": "MIT"
11
+}
0 commit comments