Skip to content

Commit

Permalink
Add blank fixtures for nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoann Chaudet committed Jul 19, 2022
1 parent 53eec1a commit ad12192
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fixtures/nuxt/blank.expected.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Default Pages configuration for Nuxt
export default {router: {base: '/docs/'}}
1 change: 1 addition & 0 deletions src/fixtures/nuxt/blank.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// This file is not read by the test suite

0 comments on commit ad12192

Please sign in to comment.