From 95e31b46afea778c9a3bc5550ee582ca79aa94ca Mon Sep 17 00:00:00 2001 From: Blocksmith Date: Thu, 24 Sep 2020 14:52:50 +0200 Subject: [PATCH] Update testing-with-cypress.md (#680) misspelling depency cypress-social-logins --- www/docs/tutorials/testing-with-cypress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/tutorials/testing-with-cypress.md b/www/docs/tutorials/testing-with-cypress.md index 0f5d481654..45ab28dd7a 100644 --- a/www/docs/tutorials/testing-with-cypress.md +++ b/www/docs/tutorials/testing-with-cypress.md @@ -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.