mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { createComponentRenderer } from '@/__tests__/render';
|
||||
import CanvasClearExecutionDataButton from './CanvasClearExecutionDataButton.vue';
|
||||
|
||||
const renderComponent = createComponentRenderer(CanvasClearExecutionDataButton);
|
||||
|
||||
describe('CanvasClearExecutionDataButton', () => {
|
||||
it('should render correctly', () => {
|
||||
const wrapper = renderComponent();
|
||||
|
||||
expect(wrapper.html()).toMatchSnapshot();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user