Skip to content

Commit dda8d84

Browse files
authored
Fix tests and update test for refresh_token (#33)
* Fix unit tests * Add unit tests for refresh_token
1 parent b972380 commit dda8d84

File tree

7 files changed

+352
-880
lines changed

7 files changed

+352
-880
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/gallium
1+
lts/iron

config/jest/setup.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
import { installGlobals } from "@remix-run/node";
21
import "jest-fetch-mock/setupJest";
3-
4-
installGlobals();

0 commit comments

Comments
 (0)