This commit is contained in:
Tom Moor
2021-01-14 20:15:46 -08:00
parent ab40545a01
commit 1af00a0b3d

View File

@@ -31,7 +31,7 @@ describe("GoogleDrive", () => {
"https://drive.google.com/file/d/1ohkOgmE8MiNx68u6ynBfYkgjeKu_x3ZK/view?usp=restricted".match(
match
)
).toBeTruthy();
).toBe(null);
expect("https://drive.google.com/file".match(match)).toBe(null);
expect("https://drive.google.com".match(match)).toBe(null);
expect("https://www.google.com".match(match)).toBe(null);