Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ogzhanolguncu
Copy link
Contributor

@ogzhanolguncu ogzhanolguncu commented Oct 30, 2023

Some of the import paths and assertions are missing.And, some assertions are hiding under those falsy assertions. We had to add necessary toBe's and toEquals's


expect(res.length, 2);
expect(typeof res[0], "number");
expect(res![1].length > 0, true);

@linear
Copy link

linear bot commented Oct 30, 2023

DX-429 Fix missing assertions from upstash-redis

We missed some of the assertions when migrating from deno to bun. we need to fix this.

@ogzhanolguncu ogzhanolguncu merged commit acc0588 into main Oct 30, 2023
@ogzhanolguncu ogzhanolguncu deleted the DX-429 branch October 30, 2023 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants