Skip to content

Commit

Permalink
chore: remove commented out module config from test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala committed Aug 28, 2024
1 parent 502d5b1 commit 6d860a4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/fixtures/basic/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ export default defineNuxtConfig({
modules: [
'@nuxtjs/device',
],
// device: {
// enabled: true,
// defaultUserAgent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.39 Safari/537.36',
// refreshOnResize: false
// },
})

0 comments on commit 6d860a4

Please sign in to comment.