diff options
Diffstat (limited to 'test/actions/follow.test.js')
-rw-r--r-- | test/actions/follow.test.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/actions/follow.test.js b/test/actions/follow.test.js index 9439de7..32ab9e2 100644 --- a/test/actions/follow.test.js +++ b/test/actions/follow.test.js @@ -1,6 +1,6 @@ import { expect } from "chai"; -import actions from '../../src/actions'; -import * as followActions from '../../src/actions/follow'; +import actions from 'actions'; +import * as followActions from 'actions/follow'; describe('follow actions', () => { describe('enable', () => { |