Skip to content

Commit c5f857b

Browse files
authored
Merge pull request #68 from akiomik/patch-1
docs: Use syntax highlighting in migration guide
2 parents 172fe98 + 99c5111 commit c5f857b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/migration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const App = {
170170
171171
**Before**:
172172
173-
```
173+
```js
174174
describe('App', () => {
175175
it('renders', () => {
176176
const wrapper = shallowMount(App)
@@ -187,7 +187,7 @@ describe('App', () => {
187187
188188
**After**:
189189
190-
```
190+
```js
191191
describe('App', () => {
192192
it('renders', () => {
193193
const wrapper = shallowMount(App)

0 commit comments

Comments
 (0)