mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 16:17:58 +00:00
adding babel polyfill for testing older browsers
This commit is contained in:
parent
95c694b3ad
commit
24be2c3b77
1 changed files with 1 additions and 0 deletions
|
@ -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 },
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue