Use full path for import

This commit is contained in:
Felipe Knorr Kuhn 2023-08-04 08:23:29 -07:00
parent e4a43fcca5
commit da4f891e2f
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

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';