Skip to content

Commit 73eeb77

Browse files
committed
fix: update import path for Router in unit tests
1 parent a7a19b6 commit 73eeb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/event-handler/tests/unit/appsync-graphql/Router.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Router } from 'src/appsync-graphql/Router.js';
21
import { beforeEach, describe, expect, it, vi } from 'vitest';
2+
import { Router } from '../../../src/appsync-graphql/Router.js';
33

44
describe('Class: Router', () => {
55
beforeEach(() => {

0 commit comments

Comments
 (0)