Skip to content

Commit edac70b

Browse files
committed
refactor: run prettier
1 parent ddd2a57 commit edac70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guides/testing-single-file-components-with-mocha-webpack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Create a file in `src` named `Counter.vue`:
148148
And create a test file named `test/Counter.spec.js` with the following code:
149149

150150
```js
151-
import Vue from 'vue';
151+
import Vue from 'vue'
152152
import { shallowMount } from '@vue/test-utils'
153153
import Counter from '../src/Counter.vue'
154154

0 commit comments

Comments
 (0)