Skip to content

Commit eb24c46

Browse files
CopilotElMassimo
andauthored
fix: use relative import in listener guard spec for vitest resolution
Agent-Logs-Url: https://github.com/ElMassimo/iles/sessions/520dc749-530a-41db-8db4-1ac568094e62 Co-authored-by: ElMassimo <1158253+ElMassimo@users.noreply.github.com>
1 parent 211b80d commit eb24c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/iles/tests/listener-guard.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { describe, expect, test } from 'vite-plus/test'
22

3-
import { guardListenerCall } from '@client/app/listenerGuard'
3+
import { guardListenerCall } from '../src/client/app/listenerGuard'
44

55
describe('listener guard', () => {
66
test('calls original handler when no island context and reports once', () => {

0 commit comments

Comments
 (0)