Skip to content

Commit 2882baf

Browse files
Merge pull request #6 from mertssmnoglu/test-fix
Rename openAPI.types.ts to OpenAPI.types.ts to fix import error. Add coverage to .gitignore. Add test:coverage-html script for HTML test coverage.
2 parents 22651d5 + 3dfd8a5 commit 2882baf

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
coverage

deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"deploy": "deploy",
1414
"test": "deno test --allow-net --allow-read --allow-env",
1515
"test:watch": "deno test --watch --allow-net --allow-read --allow-env",
16-
"test:coverage": "deno test --coverage=coverage --allow-net --allow-read --allow-env"
16+
"test:coverage": "deno test --coverage=coverage --allow-net --allow-read --allow-env",
17+
"test:coverage-html": "deno task test:coverage && deno coverage --html"
1718
},
1819
"imports": {
1920
"@std/fs": "jsr:@std/fs@^1.0.13",

0 commit comments

Comments
 (0)