Skip to content

Commit

Permalink
Fix deprecated use of require.requireActual
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksellen committed May 6, 2020
1 parent 097d963 commit e0b68c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__mocks__/vue.js
@@ -1,4 +1,4 @@
const vue = require.requireActual('vue')
const vue = jest.requireActual('vue')
vue.config.productionTip = false
vue.config.devtools = false
module.exports = vue

0 comments on commit e0b68c4

Please sign in to comment.