Skip to content

Commit

Permalink
test: remove .only from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Oct 11, 2020
1 parent 1d51321 commit 539af21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/budget.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('Budget View', () => {
});
});

it.only('supports refreshing MM data', () => {
it('supports refreshing MM data', () => {
const spendingCategory = category();
const myBudget = budget({
settings: settings({
Expand Down

0 comments on commit 539af21

Please sign in to comment.