Skip to content

Commit

Permalink
Removing commented code from resources.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Viterbo authored May 10, 2024
1 parent b589851 commit 3c31d78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/jest/__tests__/stores/resources.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ describe('Store - Resources Actions', () => {
test('when the account is the same, we have its data and we don\'t force', async () => {
const resourceStore = useResourceStore();

// resourceStore.currentAccount = 'account1';

setLoading = jest.spyOn(resourceStore, 'setLoading');
setCurrentAccount = jest.spyOn(resourceStore, 'setCurrentAccount');
unsetLoading = jest.spyOn(resourceStore, 'unsetLoading');
Expand Down

0 comments on commit 3c31d78

Please sign in to comment.