We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e3eea commit 7db4cc9Copy full SHA for 7db4cc9
src/components/Index/Articles.spec.js
@@ -1,14 +1,14 @@
1
-import { shallow } from 'vue-test-utils';
+import { shallow } from '@vue/test-utils';
2
import Articles from './Articles.vue';
3
4
describe('Articles.vue', () => {
5
const articles = [
6
{
7
- title: 'test1',
+ title: 'test1',
8
body: 'test content',
9
},
10
11
- title: 'test2',
+ title: 'test2',
12
13
14
];
0 commit comments