feat: expose colorSpace to display object (#17405)

* feat: expose colorSpace to display object

* update doc

* add a spec
This commit is contained in:
Shelley Vohr 2019-03-19 15:12:03 -07:00 committed by Samuel Attard
parent 4c51fa93f5
commit 1d93bc76cd
3 changed files with 3 additions and 0 deletions

View file

@ -29,6 +29,7 @@ describe('screen module', () => {
expect(display).to.have.a.property('monochrome').that.is.a('boolean')
expect(display).to.have.a.property('depthPerComponent').that.is.a('number')
expect(display).to.have.a.property('colorDepth').that.is.a('number')
expect(display).to.have.a.property('colorSpace').that.is.a('string')
})
it('has a size object property', function () {