Skip to content

Commit 8f3cc2a

Browse files
committed
updated test
Signed-off-by: Tim Ireland <[email protected]>
1 parent dcc2ff8 commit 8f3cc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/backend-api/src/__tests__/templates/api/api.pact.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Verifier } from '@pact-foundation/pact';
2-
import * as path from 'path';
2+
import path from 'node:path';
33

44
describe('Pact Verification', () => {
55
it('should validate the expectations of the consumer', async () => {

0 commit comments

Comments
 (0)