supertokens-auth-react icon indicating copy to clipboard operation
supertokens-auth-react copied to clipboard

Example testing

Open porcellus opened this issue 3 years ago • 1 comments

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.json file has been updated (if needed)
    • Along with the associated array in lib/ts/version.ts
  • [ ] Changes to the version if needed
    • In package.json
    • In package-lock.json
    • In lib/ts/version.ts
  • [ ] 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 format vX.Y.Z, and then find the latest branch (git branch --all) whose X.Y is greater than the latest released tag.
    • If no such branch exists, then create one from the latest released branch.
  • [ ] 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-limit section of package.json with the size limit set to the current size rounded up.

porcellus avatar Aug 04 '22 13:08 porcellus

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%)

github-actions[bot] avatar Aug 12 '22 02:08 github-actions[bot]