Skip to content

Commit

Permalink
Actually I do not know what is the best way how to test library of th…
Browse files Browse the repository at this point in the history
…is type
  • Loading branch information
hejny committed Nov 24, 2020
1 parent 92f83b5 commit 9dfffd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { forTime } from '../src/main';

// TODO: Actually I do not know what is the best way how to test library of this type

test('WaitASecond', () => {
expect(async () => {
await forTime(10);
Expand Down

0 comments on commit 9dfffd0

Please sign in to comment.