fix imports in test
This commit is contained in:
parent
c5e9a3d35d
commit
5ef9a2a60c
15 changed files with 24 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
import { expect } from "chai";
|
||||
import actions from '../../src/actions';
|
||||
import inputReducer from '../../src/reducers/input';
|
||||
import actions from 'actions';
|
||||
import inputReducer from 'reducers/input';
|
||||
|
||||
describe("input reducer", () => {
|
||||
it('return the initial state', () => {
|
||||
|
|
Reference in a new issue