We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad7aa9d + 7b07882 commit 6fd76ddCopy full SHA for 6fd76dd
tests/unit/pages.js
@@ -129,7 +129,7 @@ describe('pages module', () => {
129
expect(liquidErrors.length, failureMessage).toBe(0)
130
})
131
132
- test('every non-English page has a matching English page', async () => {
+ test.skip('every non-English page has a matching English page', async () => {
133
const englishPaths = chain(pages)
134
.filter(page => page.languageCode === 'en')
135
.map(page => page.relativePath)
0 commit comments