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:
@@ -12,9 +12,11 @@ describe("chrome.cast.media.VolumeRequest", () => {
|
||||
const volume = new chrome.cast.Volume(0.5, false);
|
||||
const volumeRequest = new chrome.cast.media.VolumeRequest(volume);
|
||||
|
||||
expect(volumeRequest.volume).toEqual(jasmine.objectContaining({
|
||||
level: 0.5
|
||||
, muted: false
|
||||
}));
|
||||
expect(volumeRequest.volume).toEqual(
|
||||
jasmine.objectContaining({
|
||||
level: 0.5,
|
||||
muted: false
|
||||
})
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user