There was an error while loading. Please reload this page.
1 parent d0a227c commit 0b20f4bCopy full SHA for 0b20f4b
1 file changed
src/constants/siteSeo.test.js
@@ -31,7 +31,9 @@ describe('siteSeo', () => {
31
true
32
);
33
expect(isNoIndexHostname('bayanflow.netlify.app')).toBe(true);
34
- expect(isNoIndexHostname('pr-42-bayan-flow-staging.workers.dev')).toBe(true);
+ expect(isNoIndexHostname('pr-42-bayan-flow-staging.workers.dev')).toBe(
35
+ true
36
+ );
37
expect(isNoIndexHostname('bayan-flow.workers.dev')).toBe(true);
38
expect(isNoIndexHostname('localhost')).toBe(true);
39
expect(isNoIndexHostname('bayanflow.com')).toBe(false);
0 commit comments