Merge pull request #4110 from atom/add-missing-spec-suffix

Add missing spec suffix to desktopCapturer spec filename
This commit is contained in:
Kevin Sawicki 2016-01-14 17:50:02 -08:00
commit d4b8c65017

View file

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