File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ You can specify the format of the name that you want and the name of the attribu
8585 "dev" : {
8686 "plugins" : [" transform-react-qa-classes" , {
8787 "attribute" : " qa-property" ,
88- "format" : " camelCase "
88+ "format" : " camel "
8989 }]
9090 }
9191 }
@@ -107,12 +107,3 @@ require('babel-core').transform(`code`, {
107107 plugins: [' transform-react-qa-classes' ]
108108})
109109```
110-
111- ### Collaborate
112-
113- This plugin is in a early stage and potentially can change, I will follow semVer convention.
114- Even the name isn't declarative for what it does and it just solves one problem with QA Automate, can be more generic.
115-
116- ### How it works
117-
118- It's extremly dummy for now but you can get an idea on the (tests)[ test/README.md]
You can’t perform that action at this time.
0 commit comments