Skip to content

Commit 81cc278

Browse files
committed
refactor: remove unused imports in AppSyncGraphQLResolver test file
1 parent 9d8ff9f commit 81cc278

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import context from '@aws-lambda-powertools/testing-utils/context';
2-
import { Context } from 'aws-lambda';
3-
import { AppSyncGraphQLEvent } from 'src/types/appsync-graphql.js';
42
import { onGraphqlEventFactory } from 'tests/helpers/factories.js';
53
import { beforeEach, describe, expect, it, vi } from 'vitest';
64
import { AppSyncGraphQLResolver } from '../../../src/appsync-graphql/AppSyncGraphQLResolver.js';

0 commit comments

Comments
 (0)