Skip to content

Instantly share code, notes, and snippets.

@MikeDBR
MikeDBR / describe-it.js
Last active February 12, 2018 02:23 — forked from shamasis/describe-it.js
mocha/jasmine compatible test framework for postman test scripts (in less than 1KB minified)
/**
* @module describe-it
*
* This module defines global variables to provide unit test case runner functions compatible with mocha and jasmine.
* The codebase is written for brevity and facilitate being as lightweight as possible.
*
* The code is intended to be included in Postman Test Sandbox.
*/
/**