mirror of
https://github.com/electron/electron.git
synced 2026-01-10 16:08:06 -05:00
Remove stray .only
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user