Skip to content

Commit ada38e2

Browse files
Add unit tests for B2C Tooling SDK (#38)
1 parent 69b7905 commit ada38e2

19 files changed

Lines changed: 5287 additions & 1 deletion

packages/b2c-tooling-sdk/.c8rc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"exclude": [
55
"src/clients/*.generated.ts",
66
"test/**",
7-
"**/*.d.ts"
7+
"**/*.d.ts",
8+
"src/**/*types.ts"
89
],
910
"reporter": ["text", "text-summary", "html", "lcov"],
1011
"report-dir": "coverage",

0 commit comments

Comments
 (0)