We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c6843 commit 2e59f50Copy full SHA for 2e59f50
2 files changed
README.md
@@ -50,6 +50,9 @@ You can write middleware to do anything you repeatedly use. You can pass `.use`
50
- `helpers` - an array you can add on to with data for the end function
51
52
**Example**:
53
+
54
+- See `mixin` below, this syntax may soon be deprecated
55
56
This is the setState function used above.
57
~~~js
58
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "legit-tests",
3
- "version": "0.4.4",
+ "version": "0.5.0",
4
"description": "a chainable testing library for React",
5
"main": "legit-tests.js",
6
"scripts": {
0 commit comments