Skip to content

Commit 2e59f50

Browse files
Zach SilveiraZach Silveira
authored andcommitted
updated for 0.5.0
1 parent 19c6843 commit 2e59f50

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ You can write middleware to do anything you repeatedly use. You can pass `.use`
5050
- `helpers` - an array you can add on to with data for the end function
5151

5252
**Example**:
53+
54+
- See `mixin` below, this syntax may soon be deprecated
55+
5356
This is the setState function used above.
5457
~~~js
5558

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "legit-tests",
3-
"version": "0.4.4",
3+
"version": "0.5.0",
44
"description": "a chainable testing library for React",
55
"main": "legit-tests.js",
66
"scripts": {

0 commit comments

Comments
 (0)