lcars-library-node
Version:
NodeJS module for creating a library for the LCARS dashboard system
24 lines (13 loc) • 394 B
JavaScript
describe("LCARS Object Identifiers", function() {
var library, event, element, link;
beforeEach(function() {
});
xit("Properly identifies an Event", function() {
});
xit("Properly identifies an Element", function() {
});
xit("Properly identifies an Link", function() {
});
xit("Properly identifies an Collection", function() {
});
});