Skip to content

Commit

Permalink
Move visualization test stubs out of karma test folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeelmers committed Aug 6, 2020
1 parent b197f53 commit 8e29dfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import _ from 'lodash';
import { updateOldState } from './vis_update_state';

// eslint-disable-next-line camelcase
import { pre_6_1, since_6_1 } from './__tests__/vis_update_objs/gauge_objs';
import { pre_6_1, since_6_1 } from './vis_update_state.stub';

function watchForChanges(obj) {
const originalObject = _.cloneDeep(obj);
Expand Down

0 comments on commit 8e29dfa

Please sign in to comment.