Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 5, 2023
1 parent b6ae20d commit 93bcc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/async/deserializeAsync.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ test("stringify async iterable + promise", async () => {
expect(result).toEqual([1n, 2n, 3n, 4n]);
});

test.only("e2e: stringify and parse promise with a promise over a network connection", async () => {
test("e2e: stringify and parse promise with a promise over a network connection", async () => {
function createMockObj() {
async function* generator() {
await new Promise((resolve) => setTimeout(resolve, 1));
Expand Down

0 comments on commit 93bcc43

Please sign in to comment.