smartdeploy/test/test.js

12 lines
398 B
JavaScript
Raw Permalink Normal View History

2016-04-20 00:13:48 +00:00
/// <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