Skip to content

Commit

Permalink
remove .only() in test
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis authored Sep 16, 2024
1 parent e9bdb80 commit ebaff16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/appscript/data.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ describe('data', () => {
});


it.only('should return all data when no filter limit is set', async () => {
it('should return all data when no filter limit is set', async () => {
await Clasp.setScriptProperties({
MAX_ROWS_TO_FETCH_PER_REQUEST: '500',
}, true);
Expand Down

0 comments on commit ebaff16

Please sign in to comment.