Skip to content

Commit

Permalink
Fix tests and update test for refresh_token (#33)
Browse files Browse the repository at this point in the history
* Fix unit tests

* Add unit tests for refresh_token
  • Loading branch information
na2hiro committed Feb 17, 2024
1 parent b972380 commit dda8d84
Show file tree
Hide file tree
Showing 7 changed files with 352 additions and 880 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
lts/iron
3 changes: 0 additions & 3 deletions config/jest/setup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
import { installGlobals } from "@remix-run/node";
import "jest-fetch-mock/setupJest";

installGlobals();

0 comments on commit dda8d84

Please sign in to comment.