fixed eslint 🙈

This commit is contained in:
Phil Hughes 2018-01-31 15:48:12 +00:00
parent 5d88e736ac
commit a3356bce09
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import axios from './axios_utils';
import { getLocationHash } from './url_utility';
import axios from './axios_utils';
export const getPagePath = (index = 0) => $('body').attr('data-page').split(':')[index];

View File

@ -1,7 +1,6 @@
/* eslint-disable promise/catch-or-return */
import axios from '~/lib/utils/axios_utils';
import * as commonUtils from '~/lib/utils/common_utils';
import axios from '~/lib/utils/axios_utils';
import MockAdapter from 'axios-mock-adapter';
describe('common_utils', () => {