Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { mount } from '@vue/test-utils';
|
||||
import Spinner from '../Spinner.vue';
|
||||
|
||||
describe('Spinner', () => {
|
||||
test('matches snapshot', () => {
|
||||
const wrapper = mount(Spinner);
|
||||
expect(wrapper.vm).toBeTruthy();
|
||||
expect(wrapper.element).toMatchSnapshot();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user