mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-08 18:08:46 +00:00
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
|
define(["Tone/effect/Effect", "helper/Basic"], function (Effect, Basic) {
|
||
|
describe("Effect", function(){
|
||
|
Basic(Effect);
|
||
|
});
|
||
|
});
|