mirror of
https://github.com/koel/koel
synced 2024-11-28 15:00:42 +00:00
Global require lodash before tests
This commit is contained in:
parent
80279799a8
commit
f70552d026
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ Object.keys(window).forEach((key) => {
|
|||
// make common utils available globally as well
|
||||
global.expect = require('expect')
|
||||
global.sinon = require('sinon')
|
||||
global._ = require('lodash')
|
||||
const testUtils = require('vue-test-utils')
|
||||
global.shallow = testUtils.shallow
|
||||
global.mount = testUtils.mount
|
||||
|
|
Loading…
Reference in a new issue