Skip to content

Commit 3acc4fc

Browse files
committed
refactor: group import
1 parent 6d7b235 commit 3acc4fc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/tests/tests/waku.node.spec.ts

+6-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ import { createLightNode, createRelayNode } from "@waku/sdk";
1616
import { bytesToUtf8, utf8ToBytes } from "@waku/utils/bytes";
1717
import { expect } from "chai";
1818

19-
import { makeLogFileName, NOISE_KEY_1, NOISE_KEY_2 } from "../src/index.js";
20-
import { NimGoNode } from "../src/node/node.js";
19+
import {
20+
makeLogFileName,
21+
NimGoNode,
22+
NOISE_KEY_1,
23+
NOISE_KEY_2
24+
} from "../src/index.js";
2125

2226
const TestContentTopic = "/test/1/waku/utf8";
2327

0 commit comments

Comments
 (0)