smartdeploy/test/test.js
2016-04-20 02:13:48 +02:00

12 lines
398 B
JavaScript

/// <reference path ="../ts/typings/main.d.ts" />
var smartDeploy = require("../dist/index.js");
describe("smartdeploy", function () {
describe(".check", function () {
describe(".docker()", function () {
it("should display docker information", function () {
smartDeploy.check.docker();
});
});
});
});
//# sourceMappingURL=test.js.map