Archived
1
0

Fix install and possibly Jest

This commit is contained in:
Asher
2019-01-11 11:47:23 -06:00
committed by Kyle Carberry
parent 9cd81f73fa
commit b40d8e75e8
9 changed files with 2533 additions and 63 deletions

View File

@ -0,0 +1,3 @@
global.requestAnimationFrame = (cb) => {
setTimeout(cb, 0);
};