mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
using babel-polyfill
for older browsers testing
This commit is contained in:
parent
7bbba9d453
commit
aed806032c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/* global mocha*/
|
||||
|
||||
define(["Tone/core/Tone", "deps/chai", "Tone/core/Context", "Tone/core/Transport"],
|
||||
define(["Tone/core/Tone", "deps/chai", "Tone/core/Context", "Tone/core/Transport", "deps/babel-polyfill"],
|
||||
function (Tone, chai, Context, Transport) {
|
||||
|
||||
//add a chai test
|
||||
|
|
Loading…
Reference in a new issue