Skip to content

Commit

Permalink
fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Feb 22, 2023
1 parent c5a99d7 commit 372cfd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/build/supertokens.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/ts/supertokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export default class SuperTokens {
throw new Error("calling testing function in non testing env");
}
Querier.reset();
DashboardRecipe.reset();
SuperTokens.instance = undefined;
}

Expand Down

0 comments on commit 372cfd1

Please sign in to comment.