Skip to content

Commit 0f8c317

Browse files
committed
chore: Work around fpr running the tests in Node.js 6
1 parent 17ae8c7 commit 0f8c317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/typings.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {
22
convertToLocalTime, convertToTimeZone, parseFromString, parseFromTimeZone, formatToTimeZone
3-
} from '..'
3+
} from '../src'
44

55
declare function test(label: string, callback: Function)
66

0 commit comments

Comments
 (0)