feat: add displayFrequency to Display object (#26472)
This commit is contained in:
parent
f65db1df79
commit
6f6c1b7ca6
3 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,7 @@ describe('screen module', () => {
|
|||
expect(display).to.have.property('depthPerComponent').that.is.a('number');
|
||||
expect(display).to.have.property('colorDepth').that.is.a('number');
|
||||
expect(display).to.have.property('colorSpace').that.is.a('string');
|
||||
expect(display).to.have.property('displayFrequency').that.is.a('number');
|
||||
});
|
||||
|
||||
it('has a size object property', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue