Skip to content

Commit

Permalink
test: Remove .only from utils.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
svsool committed Aug 4, 2020
1 parent 5cf3f42 commit fcafdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ describe('addCachedRefs', () => {
});
});

describe.only('removeCachedRefs()', () => {
describe('removeCachedRefs()', () => {
beforeEach(closeEditorsAndCleanWorkspace);

afterEach(closeEditorsAndCleanWorkspace);
Expand Down

0 comments on commit fcafdc7

Please sign in to comment.