We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879ffc9 commit dd7c07fCopy full SHA for dd7c07f
README.md
@@ -124,7 +124,7 @@ beforeEach(mountVue({}, { extensions }))
124
```
125
126
See [Vue plugin docs](https://vuejs.org/v2/guide/plugins.html)
127
-and [plugin-spec.js](cypress/integrstion/plugin-spec.js)
+and [plugin-spec.js](cypress/integration/plugin-spec.js)
128
129
* `mixin` (alias `mixins`) - list of global mixins
130
@@ -148,7 +148,7 @@ it('calls mixin "created" method', () => {
148
149
150
See [Vue global mixin docs](https://vuejs.org/v2/guide/mixins.html#Global-Mixin)
151
-and [mixin-spec.js](cypress/integrstion/mixin-spec.js)
+and [mixin-spec.js](cypress/integration/mixin-spec.js)
152
153
### The intro example
154
0 commit comments