Skip to content

Commit 0b20f4b

Browse files
committed
test: format isNoIndexHostname test for better readability
1 parent d0a227c commit 0b20f4b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/constants/siteSeo.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ describe('siteSeo', () => {
3131
true
3232
);
3333
expect(isNoIndexHostname('bayanflow.netlify.app')).toBe(true);
34-
expect(isNoIndexHostname('pr-42-bayan-flow-staging.workers.dev')).toBe(true);
34+
expect(isNoIndexHostname('pr-42-bayan-flow-staging.workers.dev')).toBe(
35+
true
36+
);
3537
expect(isNoIndexHostname('bayan-flow.workers.dev')).toBe(true);
3638
expect(isNoIndexHostname('localhost')).toBe(true);
3739
expect(isNoIndexHostname('bayanflow.com')).toBe(false);

0 commit comments

Comments
 (0)