Skip to content

Instantly share code, notes, and snippets.

View thmsobrmlr's full-sized avatar
🌊
in motion

Thomas Obermüller thmsobrmlr

🌊
in motion
View GitHub Profile
@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);
});
});