next-auth-mock icon indicating copy to clipboard operation
next-auth-mock copied to clipboard

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

Results 7 next-auth-mock issues
Sort by recently updated
recently updated
newest added

Hey @TomFreudenberg! I'm one of the Storybook maintainers. I focus primarily on documentation and community outreach. I'm opening up this issue and letting you know that the Storybook API for...

Hey Tom, struggling to get your package working as intended. I'm using the new app directory in Next.js 13, Storybook is playing nice until i try useSession on my storybook...

bug
is-fixed

Hello I'm trying to use this package on Storybook 6.5.16 with Nextjs 16 and 19 but I'm getting this error: ``` ERROR in ./node_modules/@tomfreudenberg/next-auth-mock/dist/storybook/preset/preview.js Module not found: Error: Can't resolve...

I was wondering if it wouldn't be good if we automate the release process (generate tags, releases, changelogs and publish to npm). For example, the latest release published to npm...

documentation
enhancement

I have tried starting to use this package, but running problems on very beginning. I have test file like this: ``` // __tests__/index.test.jsx import { render, screen } from '@testing-library/react'...

Checkout at: https://storybook.js.org/blog/integrate-nextjs-and-storybook-automatically/

documentation

How to adapt some of the arguments here: https://kentcdodds.com/blog/stop-mocking-fetch

question