Remove stray .only

This commit is contained in:
Samuel Attard 2018-06-19 11:39:21 +10:00
parent 650631421f
commit efdf4f44c8

View file

@ -4,7 +4,7 @@ const features = process.atomBinding('features')
const isCI = remote.getGlobal('isCi')
describe.only('desktopCapturer', () => {
describe('desktopCapturer', () => {
before(function () {
if (!features.isDesktopCapturerEnabled()) {
// It's been disabled during build time.