Skip to content

Commit

Permalink
refactor: finish merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed May 6, 2024
1 parent 3284d7c commit 40a3cab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/helpers/wrap-async.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* istanbul ignore file */

import act, { getIsReactActEnvironment, setReactActEnvironment } from '../act';
import { getIsReactActEnvironment, setReactActEnvironment } from '../act';
import { flushMicroTasks } from '../flush-micro-tasks';
import { checkReactVersionAtLeast } from '../react-versions';

/**
* Run given async callback with temporarily disabled `act` environment and flushes microtasks queue.
Expand Down

0 comments on commit 40a3cab

Please sign in to comment.