mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Add chrome.cast.media class tests
This commit is contained in:
9
test/spec/shim/media/GetStatusRequest.spec.js
Normal file
9
test/spec/shim/media/GetStatusRequest.spec.js
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
describe("chrome.cast.media.GetStatusRequest", () => {
|
||||
it("should have all properties", async () => {
|
||||
const getStatusRequest = new chrome.cast.media.GetStatusRequest();
|
||||
|
||||
expect(getStatusRequest.customData).toBe(null);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user