Skip to content

Instantly share code, notes, and snippets.

@mikkelking
mikkelking / .block
Last active September 1, 2019 20:59 — forked from d3indepth/.block
Minimal force layout example (with text)
license: gpl-3.0
height: 320
border: no
@mikkelking
mikkelking / describe-it.js
Last active February 12, 2018 02:26 — forked from MikeDBR/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.
*/
/**