Skip to content

Commit

Permalink
Update index.test-d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Feb 20, 2019
1 parent a5dd0e4 commit 9ff9ff0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {expectType} from 'tsd-check';
import getPort from '.';


expectType<number>(await getPort());
expectType<number>(await getPort({port: 3000}));
expectType<number>(await getPort({port: [3000, 3001, 3002]}));
Expand Down

0 comments on commit 9ff9ff0

Please sign in to comment.