build: remove .only
This commit is contained in:
parent
0e61709fa7
commit
f566e562a3
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue