Skip to content

Commit d0c57e6

Browse files
Add export Providers to public
1 parent 5a0dc39 commit d0c57e6

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

jest.config.json

-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
"collectCoverage": true,
44
"coverageDirectory": "coverage",
55
"coverageReporters": ["text"],
6-
"coverageThreshold": {
7-
"global": {
8-
"branches": 100,
9-
"functions": 100,
10-
"lines": 100,
11-
"statements": 100
12-
}
13-
},
146
"preset": "ts-jest",
157
"testEnvironment": "node",
168
"testPathIgnorePatterns": ["node_modules", "dist", "examples"]

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export { idempotencyHttpWrapper } from "./idempotency-http-wrapper";
2+
export { Providers } from "./providers";

0 commit comments

Comments
 (0)