2
0
Fork 0
mirror of https://github.com/Tonejs/Tone.js synced 2025-02-15 20:18:24 +00:00
Tone.js/test/effect/Effect.js

5 lines
131 B
JavaScript
Raw Normal View History

2015-08-26 10:29:35 -04:00
define(["Tone/effect/Effect", "helper/Basic"], function (Effect, Basic) {
describe("Effect", function(){
Basic(Effect);
});
});