node-query/node_modules/jsdoc/test/specs/documentation/objectpropertykeys.js

6 lines
250 B
JavaScript
Raw Normal View History

2014-10-20 16:56:45 -04:00
describe("using existing Object properties as object literal keys", function() {
var docSet = jasmine.getDocSetFromFile('test/fixtures/objectpropertykeys.js');
it("should not crash", function() {
expect(true).toBeTruthy();
});
});