Skip to content

Commit

Permalink
Fix one expected test fixture given Prettier configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
James M. Greene authored and James M. Greene committed Aug 5, 2022
1 parent 4036d0f commit c69bbc2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/fixtures/next/blank.expected.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Default Pages configuration for Next
const nextConfig = {
experimental: {images: {unoptimized: true}},
basePath: '/docs'
}
const nextConfig = { experimental: { images: { unoptimized: true } }, basePath: '/docs' }
module.exports = nextConfig

0 comments on commit c69bbc2

Please sign in to comment.