UNPKG

@tomfreudenberg/next-auth-mock

Version:

NextAuth.js mockup provider for jest, storybook and others.

49 lines (22 loc) 1.52 kB
## How to contribute to next-auth-mock Hi, welcome to this project. <br/> ### Found a bug? * Please ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/TomFreudenberg/next-auth-mock/issues). * If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/TomFreudenberg/next-auth-mock/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and if available a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring. * If possible, use a relevant bug report templates to create the issue. <br/> ### Written a feature or patch? * Please open a new GitHub pull request with the changes. * Ensure the PR description clearly describes the feature or the problem and solution. Include the relevant issue number if applicable. * Before submitting, please check that the code is aligned with coding conventions and checked by linter. <br/> ### Fixed whitespace, formatted code, or made a purely cosmetic patch? * Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of next-auth-mock will be accepted but on low priority depending on open issues and time. <br/> ### Questions about usage? * Ask your question about how to use next-auth-mock in the issue queue and mark that issue as a question. <br/> <br/> Thanks for your support :hearts: Project Team