Skip to content

Commit af9d001

Browse files
committed
it -> test
1 parent a6f2383 commit af9d001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/incremental/handlers/__tests__/graphql17Alpha9/stream.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2797,7 +2797,7 @@ test("properly merges streamed data into list with more items", async () => {
27972797
}
27982798
});
27992799

2800-
it("properly merges cache data when list is included in deferred chunk", async () => {
2800+
test("properly merges cache data when list is included in deferred chunk", async () => {
28012801
const { promise: slowFieldPromise, resolve: resolveSlowField } =
28022802
promiseWithResolvers();
28032803

0 commit comments

Comments
 (0)