Skip to content

Commit 246de73

Browse files
committed
missing test export
1 parent d847127 commit 246de73

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
import type { UncPathOptions } from '../../index.js';
22
export declare const validUncPathOptions: UncPathOptions[];
3+
export declare const driveLetter = "M:";

test/config/config.githubActions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ export const validUncPathOptions = [
33
uncPath: '\\\\localhost\\c$'
44
}
55
];
6+
export const driveLetter = 'M:';

test/config/config.githubActions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ export const validUncPathOptions: UncPathOptions[] = [
66
uncPath: '\\\\localhost\\c$'
77
}
88
]
9+
10+
export const driveLetter = 'M:'

0 commit comments

Comments
 (0)