Skip to content

Commit 8db9839

Browse files
committed
chore: Use typings for jest tests loaded via a NPM module
1 parent 11ac1d6 commit 8db9839

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/typings.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import {
44
import { populateTimeZones } from '../dist/lookup-convert'
55
import { parseZonedTime, formatZonedTime } from '../dist/parse-format'
66

7-
declare function test (label: string, callback: Function)
8-
97
test('Type declarations for TypeScript', () => {
108
const timestamp = 1538822326765
119
const date = new Date(timestamp)

0 commit comments

Comments
 (0)