mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-13 02:49:58 +00:00
Add prettier and re-format .js files
This commit is contained in:
@@ -15,7 +15,10 @@ describe("chrome.cast.media.MediaInfo", () => {
|
||||
});
|
||||
|
||||
it("should have expected assigned properties", async () => {
|
||||
const mediaInfo = new chrome.cast.media.MediaInfo("__contentId", "video/mp4");
|
||||
const mediaInfo = new chrome.cast.media.MediaInfo(
|
||||
"__contentId",
|
||||
"video/mp4"
|
||||
);
|
||||
|
||||
expect(mediaInfo.contentId).toBe("__contentId");
|
||||
expect(mediaInfo.contentType).toBe("video/mp4");
|
||||
|
||||
Reference in New Issue
Block a user