Skip to content

Commit b39d4ee

Browse files
gagikCopilot
andauthored
Attempt: Update packages/testing/src/index.ts
Co-authored-by: Copilot <[email protected]>
1 parent 07b1745 commit b39d4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/testing/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export * from './fake-kms';
77
/**
88
* Path to the certificates directory containing test certificates
99
*/
10-
const TEST_CERTIFICATES_DIR = path.resolve(__dirname, '..', 'certificates');
10+
const TEST_CERTIFICATES_DIR = path.resolve(__dirname, '..', '..', 'certificates');
1111

1212
/** Get the path to a test certificate */
1313
export function getTestCertificatePath(filename: string): string {

0 commit comments

Comments
 (0)