mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 23:54:07 -08:00
13 lines
379 B
TypeScript
13 lines
379 B
TypeScript
// import { shallowMount } from '@vue/test-utils';
|
|
// import HelloWorld from '@/components/HelloWorld.vue';
|
|
|
|
// describe('HelloWorld.vue', () => {
|
|
// it('renders props.msg when passed', () => {
|
|
// const msg = 'new message';
|
|
// const wrapper = shallowMount(HelloWorld, {
|
|
// propsData: { msg }
|
|
// });
|
|
// expect(wrapper.text()).toMatch(msg);
|
|
// });
|
|
// });
|