mmanela / chutzpah

Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.
http://mmanela.github.io/chutzpah/
Apache License 2.0
550 stars 143 forks source link

Expect is not evaluating to True and test case fails #814

Open nagendrasyn opened 2 years ago

nagendrasyn commented 2 years ago

Below code is leading to test case failure, even objecA is an object and defined: expect(objectA).toBeDefined(); Please help if we can use this method to check if object is not null or is defined