[Core] Add skeleton specs
Add skeleton specs for platform/core, WTD-573.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
/**
|
||||
* ContextualDomainObjectSpec. Created by vwoeltje on 11/6/14.
|
||||
*/
|
||||
define(
|
||||
["../../src/capabilities/ContextualDomainObject"],
|
||||
function (ContextualDomainObject) {
|
||||
"use strict";
|
||||
|
||||
describe("A contextual domain object", function () {
|
||||
|
||||
});
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user