supertokens-auth-react
supertokens-auth-react copied to clipboard
Example testing
Summary of change
Fixes and adds tests for examples
Related issues
Test Plan
Manual testing + added new tests
Documentation changes
N/A
Checklist for important updates
- [ ] Changelog has been updated
- [ ]
frontendDriverInterfaceSupported.jsonfile has been updated (if needed)- Along with the associated array in
lib/ts/version.ts
- Along with the associated array in
- [ ] Changes to the version if needed
- In
package.json - In
package-lock.json - In
lib/ts/version.ts
- In
- [ ] Had run
npm run build-pretty - [ ] Had installed and ran the pre-commit hook
- [ ] Issue this PR against the latest non released version branch.
- To know which one it is, run find the latest released tag (
git tag) in the formatvX.Y.Z, and then find the latest branch (git branch --all) whoseX.Yis greater than the latest released tag. - If no such branch exists, then create one from the latest released branch.
- To know which one it is, run find the latest released tag (
- [ ] If added a new recipe interface, then make sure that the implementation of it uses NON arrow functions only (like
someFunc: function () {..}). - [ ] If I added a new recipe, I also added the recipe entry point into the
size-limitsection ofpackage.jsonwith the size limit set to the current size rounded up.
size-limit report 📦
| Path | Size |
|---|---|
| lib/build/index.js | 31.65 KB (0%) |
| recipe/session/index.js | 31.95 KB (0%) |
| recipe/thirdpartyemailpassword/index.js | 122.02 KB (0%) |
| recipe/thirdparty/index.js | 105.71 KB (0%) |
| recipe/emailpassword/index.js | 109.25 KB (0%) |
| recipe/passwordless/index.js | 205.46 KB (0%) |
| recipe/thirdpartypasswordless/index.js | 220.06 KB (0%) |