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')
|
const isCI = remote.getGlobal('isCi')
|
||||||
|
|
||||||
describe.only('desktopCapturer', () => {
|
describe('desktopCapturer', () => {
|
||||||
before(function () {
|
before(function () {
|
||||||
if (!features.isDesktopCapturerEnabled()) {
|
if (!features.isDesktopCapturerEnabled()) {
|
||||||
// It's been disabled during build time.
|
// It's been disabled during build time.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue