Skip to content

Commit

Permalink
correct test description
Browse files Browse the repository at this point in the history
Co-authored-by: Jurgen Beliën <[email protected]>
  • Loading branch information
jbmoelker and jurgenbelien authored Jan 7, 2025
1 parent d1faef5 commit a632fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/seo/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('seo', () => {
expect(robots.isAllowed('/', 'HeadStartExampleBot')).toBe(true);
});

test('robots.txt allows all bots when allowAll is false', () => {
test('robots.txt disallows any bots when allowAll is false', () => {
const siteUrl = 'https://example.com';
const allowAiBots = true; // irrelevant for this test, but required
const allowAll = false;
Expand Down

0 comments on commit a632fd3

Please sign in to comment.