From ebaff160cc1ec5e6e36268f3c20e1cbc2b78275b Mon Sep 17 00:00:00 2001 From: dizzy Date: Mon, 16 Sep 2024 16:00:53 -0700 Subject: [PATCH] remove .only() in test --- tests/appscript/data.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/appscript/data.spec.ts b/tests/appscript/data.spec.ts index a85c7c6..8271641 100644 --- a/tests/appscript/data.spec.ts +++ b/tests/appscript/data.spec.ts @@ -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);