Skip to content

Commit 99531aa

Browse files
committed
fix: update import path for Router in Router.test.ts
1 parent 0e9d2ca commit 99531aa

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';
12
import { beforeEach, describe, expect, it, vi } from 'vitest';
2-
import { Router } from '../../../src/appsync-graphql/index.js';
33

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

0 commit comments

Comments
 (0)