Tweak imports again

This commit is contained in:
Felipe Knorr Kuhn
2023-08-04 08:36:05 -07:00
parent 7d5b5ec23d
commit 27d29d2a58
5 changed files with 23 additions and 4 deletions

View File

@@ -42,9 +42,6 @@
// -- This will overwrite an existing command --
// Cypress.Commands.overwrite("visit", (originalFn, url, options) => { ... })
'use strict'
import '../../node_modules/cypress-wait-until';
import { PageIdleDetector } from './PageIdleDetector';
import { mockWebSocket } from './websocket';

View File

@@ -14,6 +14,7 @@
// ***********************************************************
// When a command from ./commands is ready to use, import with `import './commands'` syntax
import 'cypress-wait-until';
import './commands';
import failOnConsoleError from 'cypress-fail-on-console-error';