Skip to content

Commit

Permalink
fixing merge issue #544
Browse files Browse the repository at this point in the history
  • Loading branch information
rupeshtiwari committed Nov 13, 2017
1 parent 0c7a8d4 commit 2ba38f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/store-devtools/spec/extension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import { of } from 'rxjs/observable/of';

import { LiftedState } from '../';
import { DevtoolsExtension, ReduxDevtoolsExtension } from '../src/extension';
import { createConfig, noActionSanitizer, noMonitor, noStateSanitizer } from '../src/instrument';
import {
createConfig,
noActionSanitizer,
noMonitor,
noStateSanitizer,
} from '../src/instrument';

describe('DevtoolsExtension', () => {
let reduxDevtoolsExtension: ReduxDevtoolsExtension;
Expand Down

0 comments on commit 2ba38f4

Please sign in to comment.