Skip to content

Commit 283457b

Browse files
Restore pre 5.1.1 behavior and fix types (#759)
* Restore pre 5.1.1 behavior and fix types * Update types * Move tokenGetter back to optional parameter * Add tsd tests and fix types * Add additional tests and run on CI * Add additional tests around tokenGetter usage
1 parent 29045be commit 283457b

File tree

7 files changed

+1262
-57
lines changed

7 files changed

+1262
-57
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- run: npm run lint
1717
- run: npm run build
1818
- run: npm run test:ci
19+
- run: npm run test:types
1920
- codecov/upload
2021
workflows:
2122
build_and_test:

0 commit comments

Comments
 (0)