UNPKG

qminer

Version:

A C++ based data analytics platform for processing large-scale real-time streams containing structured and unstructured data

10 lines 240 B
describe("${describe}', number ${number}", function () { it("should make test number ${number}", function (done) { try { ${content} done(); } catch (e) { done(e); } }); });