Skip to content

Commit 586cb66

Browse files
feat: implement OpenAPI parsing
1 parent 62b06e2 commit 586cb66

9 files changed

Lines changed: 20859 additions & 15 deletions

File tree

.mocharc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extensions": ["ts"],
3+
"reporter": "spec",
4+
"spec": ["test/**/*.ts"],
5+
"import": "tsx"
6+
}

0 commit comments

Comments
 (0)