Merge pull request #4110 from atom/add-missing-spec-suffix
Add missing spec suffix to desktopCapturer spec filename
This commit is contained in:
commit
d4b8c65017
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ assert = require('assert');
|
||||||
desktopCapturer = require('electron').desktopCapturer;
|
desktopCapturer = require('electron').desktopCapturer;
|
||||||
|
|
||||||
describe('desktopCapturer', function() {
|
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({
|
return desktopCapturer.getSources({
|
||||||
types: ['window', 'screen']
|
types: ['window', 'screen']
|
||||||
}, function(error, sources) {
|
}, function(error, sources) {
|
Loading…
Reference in a new issue