Skip to content

Commit dc9ff3c

Browse files
author
David Sancho
authored
Update README.md
1 parent d7c2aa3 commit dc9ff3c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)