Skip to content

Commit

Permalink
Un-focus ThemeManager specs
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Mar 8, 2025
1 parent 5c682fc commit 275ffa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/theme-manager-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function waitForCondition(
}


fdescribe('atom.themes', () => {
describe('atom.themes', () => {
beforeEach(() => {
jasmine.useRealClock();
spyOn(atom, 'inSpecMode').andReturn(false);
Expand Down

0 comments on commit 275ffa8

Please sign in to comment.