Skip to content

Commit

Permalink
Merge pull request nuxt-modules#506 from rchl/fix/test-noise
Browse files Browse the repository at this point in the history
chore(test): suppress build output as it clouds test results
  • Loading branch information
paulgv authored Oct 27, 2019
2 parents 71c0bed + 6ac8f65 commit 13ad39d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/fixture/base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const { resolve } = require('path')
module.exports = {
rootDir: resolve(__dirname, '../..'),
dev: false,
build: {
quiet: true
},
render: {
resourceHints: false
},
Expand Down

0 comments on commit 13ad39d

Please sign in to comment.