diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-07 12:21:09 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-07 12:21:09 +0900 |
commit | d995ab0030522f380d165f309ffc72b582366ddb (patch) | |
tree | 69a096e9a8610ae8966af05e91355efdd27ea811 /test/reducers/follow.test.js | |
parent | 482206f6c90985011b197623854b8bfbc26ee54c (diff) | |
parent | 9fb7bf96be786acfbad97f7c76bc423a401dd657 (diff) |
Merge pull request #19 from ueokande/content-and-background-redux-completely
Refactor: full redux on content and background
Diffstat (limited to 'test/reducers/follow.test.js')
-rw-r--r-- | test/reducers/follow.test.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/reducers/follow.test.js b/test/reducers/follow.test.js index 19a1300..79e75d4 100644 --- a/test/reducers/follow.test.js +++ b/test/reducers/follow.test.js @@ -1,6 +1,6 @@ import { expect } from "chai"; -import actions from '../../src/actions'; -import followReducer from '../../src/reducers/follow'; +import actions from 'actions'; +import followReducer from 'reducers/follow'; describe('follow reducer', () => { it ('returns the initial state', () => { |