Skip to content

Commit

Permalink
Remove case without arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
arturz authored Sep 13, 2019
1 parent 59cd0ed commit 9c6a65a
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,6 +1,5 @@
import {expectType} from 'tsd';
import randomInt = require('.');

expectType<number>(randomInt());
expectType<number>(randomInt(5));
expectType<number>(randomInt(10, 100));

0 comments on commit 9c6a65a

Please sign in to comment.