chai-react
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "chai-react", | ||
"main": "chai-react.js", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"authors": [ | ||
@@ -6,0 +6,0 @@ "Andrew Hanna <percyhanna@gmail.com>" |
@@ -72,4 +72,4 @@ (function (chaiReact) { | ||
'expected component not to have state \'' + name + '\' with the value #{act}', | ||
actual, | ||
value | ||
value, | ||
actual | ||
); | ||
@@ -76,0 +76,0 @@ } |
@@ -12,3 +12,3 @@ { | ||
], | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"repository": { | ||
@@ -15,0 +15,0 @@ "type": "git", |
@@ -129,3 +129,3 @@ describe('chai-react', function() { | ||
expect(component).to.have.state('myState', 3); | ||
}).to.fail('expected component to have state \'myState\' with the value 2, but the value was 3'); | ||
}).to.fail('expected component to have state \'myState\' with the value 3, but the value was 2'); | ||
}); | ||
@@ -132,0 +132,0 @@ |
Sorry, the diff of this file is not supported yet
23479