Skip to content

Commit

Permalink
build: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Sep 16, 2019
1 parent 0e61709 commit f566e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec-main/api-native-theme-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit f566e56

Please sign in to comment.