adding babel polyfill for testing older browsers

This commit is contained in:
Yotam Mann 2018-05-19 12:17:35 -04:00
parent 95c694b3ad
commit 24be2c3b77

View file

@ -26,6 +26,7 @@ module.exports = function(config){
// list of files / patterns to load in the browser
files : [
"./test/test.js",
"node_modules/babel-polyfill/dist/polyfill.js",
{ pattern : "test/audio/*", included : false },
{ pattern : "test/audio/*/*", included : false },
],