Skip to content

Commit 726b96a

Browse files
authored
Merge pull request #273 from nogic1008/patch-1
docs: fix custom-block processor sample
2 parents acc358f + b4b3254 commit 726b96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ module.exports = {
122122
* @param {Object} config The full Jest config
123123
* @returns {string} The code to be output after processing all of the blocks matched by this type
124124
*/
125-
process(blocks, vueOptionsNamepsace, filename, config) {}
125+
process({ blocks, vueOptionsNamepsace, filename, config }) {}
126126
}
127127
```
128128

0 commit comments

Comments
 (0)