Convert utils/promiseTimeout to TS

Reviewed By: danielbuechele

Differential Revision: D16710520

fbshipit-source-id: 146ec33537de038d59e6f13647ee0de7b9edbcb8
This commit is contained in:
John Knox
2019-08-12 03:02:16 -07:00
committed by Facebook Github Bot
parent aab92446b4
commit fda506086f
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
* LICENSE file in the root directory of this source tree.
* @format
*/
import promiseTimeout from '../promiseTimeout';
import promiseTimeout from '../promiseTimeout.tsx';
test('test promiseTimeout for timeout to happen', () => {
const promise = promiseTimeout(