mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Add prettier and re-format .js files
This commit is contained in:
@@ -10,8 +10,9 @@ describe("chrome.cast.DialRequest", () => {
|
||||
|
||||
it("should have expected assigned properties", async () => {
|
||||
const dialRequest = new chrome.cast.DialRequest(
|
||||
"testAppName"
|
||||
, "testLaunchParameter");
|
||||
"testAppName",
|
||||
"testLaunchParameter"
|
||||
);
|
||||
|
||||
expect(dialRequest.appName).toBe("testAppName");
|
||||
expect(dialRequest.launchParameter).toBe("testLaunchParameter");
|
||||
|
||||
Reference in New Issue
Block a user