Skip to content

Commit

Permalink
fix: fix cypress-real-events import
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-cratebind committed Jan 10, 2022
1 parent f8cef78 commit 09a305a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/support/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
// ***********************************************************

// Import commands.js using ES2015 syntax:
// @ts-ignore
// eslint-disable-next-line import/no-unresolved
import 'cypress-real-events/index';
import 'cypress-real-events/support';
// @ts-ignore
import './commands';

Expand Down

0 comments on commit 09a305a

Please sign in to comment.