14 lines
391 B
TypeScript
14 lines
391 B
TypeScript
// import { expect } from 'chai'
|
|
// import { shallowMount } from '@vue/test-utils'
|
|
// import NavBar from '@/components/NavBar.vue'
|
|
//
|
|
// describe('NavBar.vue', () => {
|
|
// it('renders props.msg when passed', () => {
|
|
// const msg = 'new message'
|
|
// const wrapper = shallowMount(NavBar, {
|
|
// props: { msg },
|
|
// })
|
|
// expect(wrapper.text()).to.include(msg)
|
|
// })
|
|
// })
|