Skip to content
Snippets Groups Projects
Commit cb997c38 authored by JunGu Kang's avatar JunGu Kang
Browse files

Remove Obsolete Test Code

parent 6b25fe8f
No related branches found
No related tags found
2 merge requests!37Deploy,!1#1 Project Scaffold
Pipeline #4057 passed
import { expect } from 'chai';
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()).to.include(msg);
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment