Remove stray .only
This commit is contained in:
parent
650631421f
commit
efdf4f44c8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue