Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
adjust test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jescalan committed Aug 21, 2019
1 parent 9c8b591 commit 6d8cf2f
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ test('layoutPath and defaultLayout options', async () => {

describe('options.extendFrontMatter', () => {
it.skip('should work with a sync process fn', async () => {
const extendFmFixture = path.join(__dirname, 'fixtures/extendFm')
const extendFmFixture = path.join(__dirname, 'fixtures/extend-frontmatter')
const outPath = await compileNextjs(extendFmFixture)
expectContentMatch(outPath, 'index.html', /Hello world/)
})

it.skip('should work with an async process fn', async () => {
const extendFmFixture = path.join(__dirname, 'fixtures/extendFm')
const extendFmFixture = path.join(__dirname, 'fixtures/extend-frontmatter')
const outPath = await compileNextjs(extendFmFixture, 'next.config.async.js')
expectContentMatch(outPath, 'index.html', /Hello world/)
})
Expand Down

0 comments on commit 6d8cf2f

Please sign in to comment.