fix npm run test errors

This commit is contained in:
Devin Howard 2017-03-04 17:55:41 -08:00
parent 2d67c0fe37
commit ccdff918cb

View file

@ -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: {} }