Use full path for import

This commit is contained in:
Felipe Knorr Kuhn 2023-08-04 08:23:29 -07:00
parent 94560a4fe4
commit 7d5b5ec23d

View File

@ -44,7 +44,7 @@
'use strict'
import 'cypress-wait-until';
import '../../node_modules/cypress-wait-until';
import { PageIdleDetector } from './PageIdleDetector';
import { mockWebSocket } from './websocket';