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 { delay, ifdescribe } from './spec-helpers'
|
||||||
import { emittedOnce } from './events-helpers';
|
import { emittedOnce } from './events-helpers';
|
||||||
|
|
||||||
describe.only('nativeTheme module', () => {
|
describe('nativeTheme module', () => {
|
||||||
describe('nativeTheme.shouldUseDarkColors', () => {
|
describe('nativeTheme.shouldUseDarkColors', () => {
|
||||||
it('returns a boolean', () => {
|
it('returns a boolean', () => {
|
||||||
expect(nativeTheme.shouldUseDarkColors).to.be.a('boolean')
|
expect(nativeTheme.shouldUseDarkColors).to.be.a('boolean')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue