Skip to content

Commit 432c494

Browse files
committed
Remove unused certificate fixtures
1 parent 2287adb commit 432c494

File tree

3 files changed

+0
-52
lines changed

3 files changed

+0
-52
lines changed

test/fixtures/server.crt

Lines changed: 0 additions & 19 deletions
This file was deleted.

test/fixtures/server.key

Lines changed: 0 additions & 28 deletions
This file was deleted.

test/test-util.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
import * as fs from 'fs';
2-
3-
export const testKey = fs.readFileSync(__dirname + '/fixtures/server.key');
4-
export const testCert = fs.readFileSync(__dirname + '/fixtures/server.crt');
5-
61
export type Deferred<T> = Promise<T> & {
72
resolve(value: T): void,
83
reject(e: Error): void

0 commit comments

Comments
 (0)