tscoverage/test/assets/ts/test.js
2016-02-09 05:39:31 +01:00

11 lines
352 B
JavaScript

/// <reference path="./typings/main.d.ts" />
console.log("**** starting test ****");
var testplugin = require("../index.js");
describe("testplugins", function () {
describe(".logSomething", function () {
it("should log something", function () {
testplugin.logSomething();
});
});
});
//# sourceMappingURL=test.js.map