refactor: group import

This commit is contained in:
fryorcraken.eth 2023-09-21 11:51:00 +10:00
parent 6d7b235eec
commit 3acc4fc86f
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 6 additions and 2 deletions

View File

@ -16,8 +16,12 @@ import { createLightNode, createRelayNode } from "@waku/sdk";
import { bytesToUtf8, utf8ToBytes } from "@waku/utils/bytes";
import { expect } from "chai";
import { makeLogFileName, NOISE_KEY_1, NOISE_KEY_2 } from "../src/index.js";
import { NimGoNode } from "../src/node/node.js";
import {
makeLogFileName,
NimGoNode,
NOISE_KEY_1,
NOISE_KEY_2
} from "../src/index.js";
const TestContentTopic = "/test/1/waku/utf8";