main folder

Summary: _typescript_

Reviewed By: passy

Differential Revision: D16762117

fbshipit-source-id: b6ee32e0bb3fc686fc69cfccab703e2ef4989571
This commit is contained in:
Daniel Büchele
2019-08-15 03:28:28 -07:00
committed by Facebook Github Bot
parent d68dac2ce0
commit d0da0d66a5
20 changed files with 326 additions and 530 deletions

View File

@@ -20,7 +20,6 @@ test('test parsing of deeplink URL when arguments are less', () => {
});
test('test parsing of deeplink URL when url is null', () => {
// $FlowFixMe
const components = uriComponents(null);
expect(components).toEqual([]);
});