@@ -13,5 +13,11 @@ describe("ModeAnalytics", () => {
|
||||
expect("https://modeanalytics.com".match(match)).toBe(null);
|
||||
expect("https://modeanalytics.com/outline".match(match)).toBe(null);
|
||||
expect("https://modeanalytics.com/outline/reports".match(match)).toBe(null);
|
||||
expect(
|
||||
"https://modeanalyticsscom/outline/reports/5aca06064f56".match(match)
|
||||
).toBe(null);
|
||||
expect(
|
||||
"https://wwwwmodeanalytics.com/outline/reports/5aca06064f56".match(match)
|
||||
).toBe(null);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user