mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Add integration tests
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/** A promisified animation frame. */
|
||||
export default function animationFrame() {
|
||||
return new Promise(resolve => requestAnimationFrame(resolve));
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
export { default as timeout } from "./timeout";
|
||||
export { default as animationFrame } from "./animationFrame";
|
||||
export { default as pascalCase } from "./pascalCase";
|
||||
export { default as oncePerFrame } from "./oncePerFrame";
|
||||
|
||||
Reference in New Issue
Block a user