Skip to content

Commit

Permalink
Support vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekthompson committed Aug 22, 2024
1 parent 7ab75b3 commit c4b4dfb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
{ "$ref": "#/$defs/frameworks/JavaScript/Karma" },
{ "$ref": "#/$defs/frameworks/JavaScript/Mocha" },
{ "$ref": "#/$defs/frameworks/JavaScript/Playwright" },
{ "$ref": "#/$defs/frameworks/JavaScript/Vitest" },
{ "$ref": "#/$defs/frameworks/PHP/PHPUnit" },
{ "$ref": "#/$defs/frameworks/Python/pytest" },
{ "$ref": "#/$defs/frameworks/Python/unittest" },
Expand Down Expand Up @@ -137,6 +138,14 @@
"language": { "type": "string", "enum": ["JavaScript"] },
"kind": { "type": "string", "enum": ["Playwright"] }
}
},
"Vitest": {
"type": "object",
"required": ["language", "kind"],
"properties": {
"language": { "type": "string", "enum": ["JavaScript"] },
"kind": { "type": "string", "enum": ["Vitest"] }
}
}
},
"PHP": {
Expand Down

0 comments on commit c4b4dfb

Please sign in to comment.