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