Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Goldman committed Jan 24, 2024
1 parent f701e58 commit d2c1407
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/unit/utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ describe('utils', function () {
expect(deepEqual(undefined, undefined)).toBe(true)
expect(deepEqual(null, undefined)).toBe(false)
})

// tests for deepEqual
// it('returns an empty array for an empty request', async () => {
//
// })
})

describe('chunks', function () {
Expand Down

0 comments on commit d2c1407

Please sign in to comment.