UNPKG
internal-client
Version:
latest (0.0.1)
0.0.1
## Project setup ``` npm install ```
internal-client
/
tests
/
unit
/
example.spec.js
10 lines
(8 loc)
•
240 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ shallowMount }
from
'@vue/test-utils'
;
// import App from "@/App.vue";
describe
(
'App.vue'
,
() =>
{
it
(
'Rendors the profile link'
,
() =>
{
// const wrapper = shallowMount(App);
// expect(wrapper.contains('a'));
}); });