diff --git a/spec-main/api-native-theme-spec.ts b/spec-main/api-native-theme-spec.ts index 5fecd2a97101..87e1eb214ed3 100644 --- a/spec-main/api-native-theme-spec.ts +++ b/spec-main/api-native-theme-spec.ts @@ -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')