Fix js-flipper tests (#3297)

Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/3297

Reviewed By: passy

Differential Revision: D33619287

fbshipit-source-id: 7e9dc595c999e9c8b61329f96adba6e45a1dfa50
This commit is contained in:
Andrey Goncharov
2022-01-17 07:54:29 -08:00
committed by Facebook GitHub Bot
parent 9605df8365
commit 1f240d72c3
4 changed files with 12 additions and 15 deletions

View File

@@ -66,5 +66,3 @@ export const detectDevice = (): string => {
}
return require('os').release();
};
export const awaitTimeout = (timeout: number) => new Promise(resolve => setTimeout)