Skip to content

Commit 46ee8b1

Browse files
authored
docs: fix custom-block processor sample
1 parent acc358f commit 46ee8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)