diff --git a/test/wdio/event-custom-type/cmp.tsx b/test/wdio/event-custom-type/cmp.tsx index 044b3dab5bf..471534d1ac3 100644 --- a/test/wdio/event-custom-type/cmp.tsx +++ b/test/wdio/event-custom-type/cmp.tsx @@ -1,6 +1,6 @@ import { Component, h, Event, EventEmitter, State, Listen } from '@stencil/core'; -import { EventCustomTypeCustomEvent } from '../components'; +import { EventCustomTypeCustomEvent } from '../src/components.js'; export interface TestEventDetail { value: string;