mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
6 lines
250 B
JavaScript
6 lines
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();
|
|
});
|
|
}); |