mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Add prettier and re-format .js files
This commit is contained in:
@@ -11,7 +11,8 @@ describe("chrome.cast.SenderApplication", () => {
|
||||
|
||||
it("should have expected assigned properties", async () => {
|
||||
const senderApplication = new chrome.cast.SenderApplication(
|
||||
chrome.cast.SenderPlatform.CHROME);
|
||||
chrome.cast.SenderPlatform.CHROME
|
||||
);
|
||||
|
||||
expect(senderApplication.platform).toBe("chrome");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user