UNPKG

368 BJavaScriptView Raw
1'use strict';
2
3/*
4 * Stubbed for web, where we don't use this file;
5 */
6export function withReanimatedTimer() {
7 // NOOP
8}
9export function advanceAnimationByTime() {
10 // NOOP
11}
12export function advanceAnimationByFrame() {
13 // NOOP
14}
15export function setUpTests() {
16 // NOOP
17}
18export function getAnimatedStyle() {
19 // NOOP
20}
21//# sourceMappingURL=jestUtils.web.js.map
\No newline at end of file