Skip to content Skip to sidebar Skip to footer
Showing posts with the label Chai

Seem To Have The Wrong Content Type When Posting With Chai-http

I am looking to make use of Chai-HTTP for some testing. Naturally I want to test more than my GETs … Read more Seem To Have The Wrong Content Type When Posting With Chai-http

Chai Assertion Testing Whether Object Structure Contains At Least Other Object Structure

I'm using Mocha for unit testing and Chai for assertions. I'd like to find an easy to use s… Read more Chai Assertion Testing Whether Object Structure Contains At Least Other Object Structure

Mocha Flow Control After Assertion Fails

I think mocha stops running the current test case after assertion fails, like this it('test'… Read more Mocha Flow Control After Assertion Fails