Fix failing tests

This commit is contained in:
Michael Jackson
2018-05-31 09:34:38 -07:00
parent bca5722eae
commit a889385261
2 changed files with 1 additions and 6 deletions

View File

@ -77,9 +77,4 @@ describe("parsePackageURL", () => {
filename: ""
});
});
it("returns null for invalid pathnames", () => {
expect(parsePackageURL("history")).toBe(null);
expect(parsePackageURL("/.invalid")).toBe(null);
});
});