Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed May 15, 2020
1 parent 6e86a25 commit ba00256
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { act } from 'react-dom/test-utils';
import * as fixtures from '../../test/fixtures';
import { setupEnvironment, pageHelpers, nextTick, getRandomString } from './helpers';
import { IdxMgmtHomeTestBed } from './helpers/home.helpers';
import { API_BASE_PATH, BASE_PATH } from '../../common/constants';
import { API_BASE_PATH } from '../../common/constants';

const { setup } = pageHelpers.home;

Expand Down

0 comments on commit ba00256

Please sign in to comment.