Migrate application from js to tsx

Summary: As per the title

Reviewed By: jknoxville

Differential Revision: D16690005

fbshipit-source-id: 8975da8aa7221b731358eacb4040f48198bf073b
This commit is contained in:
Pritesh Nandgaonkar
2019-08-09 07:47:34 -07:00
committed by Facebook Github Bot
parent 03b5b133b8
commit c3807a6ba2
3 changed files with 11 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
* @format
*/
import {uriComponents} from '../application.js';
import {uriComponents} from '../application.tsx';
test('test parsing of deeplink URL', () => {
const url = 'flipper://app/plugin/meta/data';