(path)
| 3 | import enterpriseServerReleases from '../../lib/enterprise-server-releases.js' |
| 4 | |
| 5 | function allowIndex(path) { |
| 6 | return !blockIndex(path) |
| 7 | } |
| 8 | |
| 9 | describe('block robots', () => { |
| 10 | it('allows crawling of the homepage and English content', async () => { |
no test coverage detected