Skip to content

Commit c7d9d05

Browse files
refactor(non-blocking-json): improve how batching is performed
1 parent d0bb39e commit c7d9d05

File tree

2 files changed

+204
-164
lines changed

2 files changed

+204
-164
lines changed

packages/node_modules/non-blocking-json/src/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { stringify, parse } from ".";
1+
import { parse, stringify } from ".";
22

33
test("should stringify objects", async () => {
44
const obj = {
@@ -55,4 +55,4 @@ test("should handle crazy scenario", async () => {
5555
const obj = JSON.parse(string)
5656
const result = await parse(string)
5757
expect(result).toEqual(obj)
58-
})
58+
})

0 commit comments

Comments
 (0)