diff --git a/spec/core/integration/MatchersSpec.js b/spec/core/integration/MatchersSpec.js index 223b4a16..ee8ce2c1 100755 --- a/spec/core/integration/MatchersSpec.js +++ b/spec/core/integration/MatchersSpec.js @@ -481,6 +481,10 @@ describe('Matchers (Integration)', function() { verifyFails(function(env) { env.expect(1).toBeNullish(); }); + + verifyFails(function(env) { + env.expect('').toBeNullish(); + }); }); describe('toContain', function() {