The ‘describe’ keyword in javascript

Describe is a function in the Jasmine testing framework. It simply describes the suite of test cases enumerated by the “it” functions.

Also used in the mochajs framework.

Leave a Comment