Skip to content

Commit

Permalink
test(devtools): fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
zewa666 committed Oct 3, 2018
1 parent ac08562 commit eff5fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/redux-devtools.spec.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { DevToolsOptions } from "./../../src/store";
import { skip, delay } from "rxjs/operators";
import * as PAL from "aurelia-pal";

import {
createTestStore,
testState
} from "./helpers";
import { Store } from "../../src/store";
import * as PAL from "aurelia-pal";
import { DevToolsOptions } from "../../src/devtools";

class DevToolsMock {
public subscriptions = [] as Function[];
Expand Down

0 comments on commit eff5fc7

Please sign in to comment.