mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Expand spec description
This commit is contained in:
@@ -5,7 +5,7 @@ assert = require('assert');
|
||||
desktopCapturer = require('electron').desktopCapturer;
|
||||
|
||||
describe('desktopCapturer', function() {
|
||||
return it('should returns something', function(done) {
|
||||
return it('should return a non-empty array of sources', function(done) {
|
||||
return desktopCapturer.getSources({
|
||||
types: ['window', 'screen']
|
||||
}, function(error, sources) {
|
||||
|
||||
Reference in New Issue
Block a user