Skip to content

Commit

Permalink
test: remove unnecessary log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Apr 11, 2019
1 parent f1807fd commit d9929ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@vue/cli-service/__tests__/Service.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ test('api: configureWebpack', () => {
}])

const config = service.resolveWebpackConfig()
console.log(process.env.VUE_CLI_ENTRY_FILES)
expect(config.output.path).toBe('test-dist-2')
})

Expand Down

0 comments on commit d9929ef

Please sign in to comment.