From 6e6fa76a6d246c385ae1b4bf2353bc9dd8e3338c Mon Sep 17 00:00:00 2001 From: Long Zhao Date: Wed, 24 Jun 2020 16:04:40 +1000 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fixing=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cypress/support/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 78fc73e..9509d75 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -23,4 +23,4 @@ // // -- This will overwrite an existing command -- // Cypress.Commands.overwrite("visit", (originalFn, url, options) => { ... }) -import '@testing-library/cypress/add-commands' +import '@testing-library/cypress/add-commands';