fix npm run test errors
This commit is contained in:
parent
2d67c0fe37
commit
ccdff918cb
1 changed files with 5 additions and 0 deletions
|
@ -18,3 +18,8 @@ function propagateToGlobal (window) {
|
||||||
global[key] = window[key]
|
global[key] = window[key]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Metamaps dependencies fixes
|
||||||
|
global.HowlerGlobal = global.HowlerGlobal || { prototype: {} }
|
||||||
|
global.Howl = global.Howl || { prototype: {} }
|
||||||
|
global.Sound = global.Sound || { prototype: {} }
|
||||||
|
|
Loading…
Add table
Reference in a new issue