Skip to content

Commit 22a51b0

Browse files
Merge pull request #1 from PaystackOSS/feat-openapi
feat: implement OpenAPI parsing
2 parents 62b06e2 + 586cb66 commit 22a51b0

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)