Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
🔥 .only
Browse files Browse the repository at this point in the history
  • Loading branch information
kuychaco committed Nov 16, 2018
1 parent 218d6cb commit 1c1b2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/watch-workspace-item.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('watchWorkspaceItem', function() {
assert.isTrue(component.state.theKey);
});

it.only('is true when the pane is open and active in any pane', async function() {
it('is true when the pane is open and active in any pane', async function() {
await workspace.open('atom-github://some-item', {location: 'right'});
await workspace.open('atom-github://nonmatching');

Expand Down

0 comments on commit 1c1b2d2

Please sign in to comment.