Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Mar 31, 2019
1 parent 8a358ee commit 23c1918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mobx-state-tree/__tests__/core/action.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import {
cast,
IMiddlewareEvent,
ISerializedActionCall,
Instance
Instance,
mstRunInAction
} from "../../src"
import { mstRunInAction } from "../../src/internal"

/// Simple action replay and invocation
const Task = types
Expand Down

0 comments on commit 23c1918

Please sign in to comment.