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 2187745 + 7fb4bab commit 3044bfaCopy full SHA for 3044bfa
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