feat: add displayFrequency to Display object (#26472)

This commit is contained in:
Shelley Vohr 2020-11-16 15:33:51 -08:00 committed by GitHub
parent f65db1df79
commit 6f6c1b7ca6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -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 () {