Skip to content

Commit ee1b5b8

Browse files
committed
2 parents 7e35e8d + e681c83 commit ee1b5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reducing-boilerplate-in-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const createStore = () => {
100100
// router.js
101101
export default new VueRouter({ ... })
102102
export const createRouter = () => {
103-
return new Vuex.Router({ ... })
103+
return new VueRouter({ ... })
104104
}
105105
```
106106

0 commit comments

Comments
 (0)