Skip to content

Instantly share code, notes, and snippets.

View 6footgeek's full-sized avatar
🚀

Andy Barlow 6footgeek

🚀
View GitHub Profile
@6footgeek
6footgeek / describe-it.js
Created May 16, 2017 12:29 — 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.
*/
/**