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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This babel plugin adds the component name as a `data-qa` in each React Component
6
6
<table>
7
7
<tr>
8
8
<th>Before</th>
9
-
<th>After</th>
9
+
<th>After</th>
10
10
</tr>
11
11
<tr>
12
12
<td>
@@ -114,7 +114,7 @@ PRs for additional features are welcome!
114
114
115
115
There's still a few feature that are missing, for example each change of the state of the component is added as a `data-qa-state` into the DOM. Support for more libraries.
116
116
117
-
I recommend checking this [handbook](https://github.com/jamiebuilds/babel-handbook) about how to write babel plugins in order to learn.
117
+
I recommend checking this [handbook](https://github.com/jamiebuilds/babel-handbook) about how to write babel plugins in order to learn.
118
118
119
119
- Clone the repo: `git clone https://github.com/davesnx/babel-plugin-transform-react-qa-classes`
120
120
- Fork it & set origin as this repo: `git remote set-url origin https://github.com/YOUR_USERNAME/babel-plugin-transform-react-qa-classes.git`
@@ -124,8 +124,10 @@ I recommend checking this [handbook](https://github.com/jamiebuilds/babel-handbo
124
124
125
125
In order to do the commits I prefer to use [Commitizen](https://github.com/commitizen/cz-cli) and there's a githook setted up when you push it runs the tests.
126
126
127
-
Is your company using it? I would love to know more!
128
-
Could you answer this small [typeform](https://davesnx.typeform.com/to/JrKgBc):P
127
+
## Feedback
128
+
129
+
Is your company using it? I would love to know more!
130
+
Could you answer this small [Typeform](https://davesnx.typeform.com/to/JrKgBc):P
0 commit comments