Skip to content

Commit

Permalink
add setTimersReturnsObjects
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 4, 2018
1 parent c4061e2 commit 8b8558d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions flow-typed/npm/lolex_v2.x.x.js
Expand Up @@ -5,6 +5,7 @@ declare module 'lolex' {
declare module.exports: {|
createClock(now?: number, loopLimit?: number): LolexClock;
install(config?: LolexConfig): LolexClock;
setTimersReturnsObjects(value: boolean): boolean;
|};
}

Expand Down
6 changes: 6 additions & 0 deletions node_modules/lolex/src/lolex-src.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b8558d

Please sign in to comment.