Skip to content

Commit

Permalink
chore: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
annacv committed Oct 10, 2023
1 parent c203485 commit c2b8cbe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Vuex from 'vuex';
import { ExperienceControlsRequest } from '@empathyco/x-types';
import { createLocalVue } from '@vue/test-utils';
import { createExperienceControlsStore, resetExperienceControlsStateWith } from './utils';

describe('testing experience controls module getters', () => {
Expand Down

0 comments on commit c2b8cbe

Please sign in to comment.