Skip to content

Commit dd4a547

Browse files
committed
chore: one less ..
1 parent cc857c0 commit dd4a547

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

packages/e2e-tests/test/repl-helpers.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,7 @@ const setTemporaryHomeDirectory = () => {
141141
};
142142

143143
function getCertPath(filename: string): string {
144-
return path.join(
145-
__dirname,
146-
'..',
147-
'..',
148-
'..',
149-
'testing',
150-
'certificates',
151-
filename
152-
);
144+
return path.join(__dirname, '..', '..', 'testing', 'certificates', filename);
153145
}
154146

155147
// TLS requires matching hostnames, so here we need to explicitly

0 commit comments

Comments
 (0)