Skip to content

Commit

Permalink
Update testing-with-cypress.md (#680)
Browse files Browse the repository at this point in the history
misspelling depency cypress-social-logins
  • Loading branch information
slumbering committed Sep 24, 2020
1 parent d5e7032 commit 95e31b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/tutorials/testing-with-cypress.md
Expand Up @@ -9,7 +9,7 @@ To test an implementation of NextAuth.js, we encourage you to use [Cypress](http

To get started, install the dependencies:

`npm install --save-dev cypress cypress-social-login @testing-library/cypress`
`npm install --save-dev cypress cypress-social-logins @testing-library/cypress`

:::note
If you are using username/password based login, you will not need the `cypress-social-login` dependency.
Expand Down

1 comment on commit 95e31b4

@vercel
Copy link

@vercel vercel bot commented on 95e31b4 Sep 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.