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 acc358f commit 46ee8b1Copy full SHA for 46ee8b1
README.md
@@ -122,7 +122,7 @@ module.exports = {
122
* @param {Object} config The full Jest config
123
* @returns {string} The code to be output after processing all of the blocks matched by this type
124
*/
125
- process(blocks, vueOptionsNamepsace, filename, config) {}
+ process({blocks, vueOptionsNamepsace, filename, config}) {}
126
}
127
```
128
0 commit comments