We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab40545 commit 1af00a0Copy full SHA for 1af00a0
app/embeds/GoogleDrive.test.js
@@ -31,7 +31,7 @@ describe("GoogleDrive", () => {
31
"https://drive.google.com/file/d/1ohkOgmE8MiNx68u6ynBfYkgjeKu_x3ZK/view?usp=restricted".match(
32
match
33
)
34
- ).toBeTruthy();
+ ).toBe(null);
35
expect("https://drive.google.com/file".match(match)).toBe(null);
36
expect("https://drive.google.com".match(match)).toBe(null);
37
expect("https://www.google.com".match(match)).toBe(null);
0 commit comments