Add back command import

This commit is contained in:
David Edmondson 2021-09-05 09:54:35 -07:00
parent 7ef7fc1b26
commit 20e41e8006
2 changed files with 2 additions and 1 deletions

@ -0,0 +1 @@
import "@testing-library/cypress/add-commands";

@ -15,7 +15,7 @@
// Import commands.js using ES2015 syntax:
import "./globalHooks";
// import "./commands";
import "./commands";
// Alternatively you can use CommonJS syntax:
// require('./commands')