Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
anteriovieira committed Feb 18, 2018
1 parent 306d9bd commit e7a4dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('VueRaven', () => {

expect(window.Vue).toBe(localVue)

window.Vue.use(VueRaven, {
window.Vue.use(window.VueRaven, {
dsn: 'http://abc@example.com:80/2',
disableReport: true
})
Expand Down

0 comments on commit e7a4dbd

Please sign in to comment.