firmament-vita
Version:
Firmament module for automating VITA tasks
12 lines • 336 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
require("reflect-metadata");
describe('Process bash commands from JSON file', function () {
beforeEach(function (done) {
done();
});
afterEach(function (done) {
done();
});
});
//# sourceMappingURL=vita-command-json.test.js.map