Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Aug 2, 2021
1 parent 5b8a5c4 commit 8788bf1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/config/test/options.test.js
Expand Up @@ -114,7 +114,8 @@ describe('config: options', () => {
allowedSources: ['/nuxt/*'],
policies: undefined,
reportOnly: false,
test: true
test: true,
generateNonce: false
})
})

Expand All @@ -128,7 +129,8 @@ describe('config: options', () => {
allowedSources: ['/nuxt/*'],
policies: undefined,
reportOnly: false,
test: true
test: true,
generateNonce: false
})
})

Expand Down

0 comments on commit 8788bf1

Please sign in to comment.