You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,7 @@ Currently supported options are:
98
98
`indexFile` | Default flag to create an index file in the folder `[false, true]`
99
99
`connected` | Default flag to integrate connect redux in the index file `[false, true]`
100
100
`componentMethods` | Only for "class" and "pure", insert method inside the component (i.e. `["componentDidMount", "shouldComponentUpdate", "onClick"]`)
101
-
`fileNames` | Choose the specific filename for your component's file.
102
-
`fileNames.testFileMatch` | specify the match part of test file
101
+
`fileNames` | Choose the specific filename for your component's file. (COMPONENT_NAME will be replaced)
103
102
`fileNames.testFileName` | specify the file name of your test file
104
103
`fileNames.componentFileName` | specify the component file name
105
104
`fileNames.styleFileName` | specify the style file name !!IMPORTANT: Include cssExtension.
0 commit comments