Skip to content

Commit 2107e7d

Browse files
committed
changed to relative import
1 parent 073c98d commit 2107e7d

File tree

1 file changed

+1
-1
lines changed
  • packages/event-handler/tests/unit/rest/middleware

1 file changed

+1
-1
lines changed

packages/event-handler/tests/unit/rest/middleware/cors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import context from '@aws-lambda-powertools/testing-utils/context';
2-
import { DEFAULT_CORS_OPTIONS } from 'src/rest/constants.js';
32
import { beforeEach, describe, expect, it } from 'vitest';
3+
import { DEFAULT_CORS_OPTIONS } from '../../../../src/rest/constants.js';
44
import { cors } from '../../../../src/rest/middleware/cors.js';
55
import { Router } from '../../../../src/rest/Router.js';
66
import { createHeaderCheckMiddleware, createTestEvent } from '../helpers.js';

0 commit comments

Comments
 (0)