Skip to content

Commit

Permalink
Configure Jest testURL to prevent SecurityError (buefy#2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenGBrown authored and jtommy committed Dec 19, 2019
1 parent 8ad41ef commit cd624cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ module.exports = {
'<rootDir>/node_modules/jest-serializer-vue'
],
coverageDirectory: './coverage/',
collectCoverage: true
collectCoverage: true,
testURL: 'http://localhost/'
}

0 comments on commit cd624cf

Please sign in to comment.