mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: remove .only
This commit is contained in:
@@ -6,7 +6,7 @@ import * as semver from 'semver'
|
||||
import { delay, ifdescribe } from './spec-helpers'
|
||||
import { emittedOnce } from './events-helpers';
|
||||
|
||||
describe.only('nativeTheme module', () => {
|
||||
describe('nativeTheme module', () => {
|
||||
describe('nativeTheme.shouldUseDarkColors', () => {
|
||||
it('returns a boolean', () => {
|
||||
expect(nativeTheme.shouldUseDarkColors).to.be.a('boolean')
|
||||
|
||||
Reference in New Issue
Block a user