openmct/platform/commonUI/browse/test/creation/CreateWizardSpec.js

15 lines
324 B
JavaScript
Raw Normal View History

/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/**
* MCTRepresentationSpec. Created by vwoeltje on 11/6/14.
*/
define(
["../../src/creation/CreateWizard"],
function (CreateWizard) {
"use strict";
describe("The create action provider", function () {
});
}
);