forked from mirrors/easyappointments
6 lines
No EOL
250 B
JavaScript
6 lines
No EOL
250 B
JavaScript
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();
|
|
});
|
|
}); |