UNPKG

kevoree-comp-consoleprinter

Version:
10 lines (6 loc) 163 B
const assert = require('assert'); describe('ConsolePrinter tests', function mochaDescribe() { it('a really good test', () => { assert.ok(true); }); });