Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt committed May 22, 2017
1 parent 44077d9 commit 0d7adb2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/client/amo/sagas/testCategories.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { hideLoading, showLoading } from 'react-redux-loading-bar';
import { call, put, select, takeEvery } from 'redux-saga/effects';
import { takeEvery } from 'redux-saga/effects';
import SagaTester from 'redux-saga-tester';

import categoriesSaga, { fetchCategories } from 'amo/sagas/categories';
import { getApi } from 'amo/sagas/utils';
import createStore from 'amo/store';
import * as actions from 'core/actions/categories';
import * as api from 'core/api';
Expand All @@ -17,8 +16,6 @@ import categoriesReducer from 'core/reducers/categories';
import { signedInApiState } from 'tests/client/amo/helpers';


const categories = {};

describe('categoriesSaga', () => {
let initialState;
let sagaTester;
Expand Down

0 comments on commit 0d7adb2

Please sign in to comment.