Skip to content

Commit 45afbd9

Browse files
committed
test: Add e2e tests
1 parent 9ecb812 commit 45afbd9

File tree

4 files changed

+554
-1
lines changed

4 files changed

+554
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"peerDependencies": {
102102
"react": ">=16.8.0",
103103
"react-dom": ">=16.8.0",
104-
"supertokens-web-js": "github:supertokens/supertokens-web-js#feat/webauthn-mfa"
104+
"supertokens-web-js": "^0.15"
105105
},
106106
"scripts": {
107107
"init": "bash ./init.sh",

test/end-to-end/mfa.chooserscreen.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import {
2424
screenshotOnFailure,
2525
getFactorChooserOptions,
2626
isMFASupported,
27+
isWebauthnSupported,
2728
expectErrorThrown,
2829
setupBrowser,
2930
backendHook,

0 commit comments

Comments
 (0)