Skip to content

Commit

Permalink
ref: remove .only of test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás Russ committed Jul 10, 2024
1 parent 1f4358d commit fbcfa32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('ValidateSchema plugin', () => {
await parent.updateComplete;
});

it.only('zeroissues indication looks like the latest snapshot', async () => {
it('zeroissues indication looks like the latest snapshot', async () => {
await parent.requestUpdate();
await expect(parent.historyAddon.diagnosticUI).to.equalSnapshot();
});
Expand Down

0 comments on commit fbcfa32

Please sign in to comment.