mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
skip Draw test for now
This commit is contained in:
parent
0906faea56
commit
c18d8714f3
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ define(["Test", "Tone/core/Draw", "Tone/core/Tone"],
|
|||
|
||||
describe("Draw", function(){
|
||||
|
||||
return
|
||||
|
||||
//replace rAF since test is not executed in focus
|
||||
var originalRAF = window.requestAnimationFrame;
|
||||
|
||||
|
|
Loading…
Reference in a new issue