Skip to content

Instantly share code, notes, and snippets.

@thmsobrmlr
thmsobrmlr / index.spec.js
Last active June 30, 2016 12:43 — forked from boneskull/index.js
example of Mocha source map support for babel (es2015) and markdown reporter
import {ok} from 'assert';
describe('foo()', () => {
it('should pass', () => {
ok(true);
});
});