We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efa8a47 + 7aa9224 commit a462299Copy full SHA for a462299
recipe/dashboard/testingUtils.go
@@ -17,6 +17,7 @@ package dashboard
17
18
import (
19
"github.com/supertokens/supertokens-golang/recipe/session"
20
+ "github.com/supertokens/supertokens-golang/recipe/thirdpartyemailpassword"
21
"testing"
22
23
"github.com/supertokens/supertokens-golang/supertokens"
@@ -27,6 +28,7 @@ func resetAll() {
27
28
supertokens.ResetForTest()
29
ResetForTest()
30
session.ResetForTest()
31
+ thirdpartyemailpassword.ResetForTest()
32
}
33
34
func BeforeEach() {
0 commit comments