chore: adjust path of test utils (#4997)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Info from '..';
|
||||
import { mount } from '../../../test/utils';
|
||||
import { mount } from '../../../test';
|
||||
|
||||
test('should not render when info is empty string', () => {
|
||||
const wrapper = mount(Info, {
|
||||
|
||||
Reference in New Issue
Block a user