From 813c115d5e170500c431d71fe283f865f4b9070f Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Mon, 10 Jan 2022 09:07:55 -0500 Subject: [PATCH] Fix instrument tests --- packages/redux-devtools-instrument/test/instrument.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/redux-devtools-instrument/test/instrument.spec.ts b/packages/redux-devtools-instrument/test/instrument.spec.ts index 6db96870..042cd311 100644 --- a/packages/redux-devtools-instrument/test/instrument.spec.ts +++ b/packages/redux-devtools-instrument/test/instrument.spec.ts @@ -1,7 +1,8 @@ import { createStore, compose, Reducer, Store, Action } from 'redux'; -import instrument, { +import { ActionCreators, EnhancedStore, + instrument, LiftedStore, LiftedState, } from '../src/instrument';