Use full path for import
This commit is contained in:
parent
e4a43fcca5
commit
da4f891e2f
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
import 'cypress-wait-until';
|
import '../../node_modules/cypress-wait-until';
|
||||||
import { PageIdleDetector } from './PageIdleDetector';
|
import { PageIdleDetector } from './PageIdleDetector';
|
||||||
import { mockWebSocket } from './websocket';
|
import { mockWebSocket } from './websocket';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user