From 8ba0a12a450c6648bdcbd9640f081bb462d3e25b Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 25 Oct 2018 22:03:02 +0200 Subject: [PATCH] remove fake timer globals --- flow-typed/npm/lolex_v2.x.x.js | 1 + 1 file changed, 1 insertion(+) diff --git a/flow-typed/npm/lolex_v2.x.x.js b/flow-typed/npm/lolex_v2.x.x.js index ed0789f79dac..62f677d8e4d8 100644 --- a/flow-typed/npm/lolex_v2.x.x.js +++ b/flow-typed/npm/lolex_v2.x.x.js @@ -44,6 +44,7 @@ declare module 'lolex' { uninstall(): Object[]; Date: typeof Date; Performance: typeof Performance; + countTimers(): number; } declare module.exports: lolex; }