Move status test to own folder

This commit is contained in:
Blade Barringer 2015-10-17 15:49:57 -05:00
parent ddf2ceeccd
commit 0444a7d713

View file

@ -1,4 +1,4 @@
import {requester} from '../helpers/api.helper';
import {requester} from '../../helpers/api.helper';
describe('Status', () => {
let api;