UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

11 lines (9 loc) 183 B
require("ts-mocha"); import assert from "assert"; describe("testSuite", () => { describe("testMethod", () => { it("1 == 1", () => { assert.equal(1, 1); }); }); });