Skip to content

Commit

Permalink
feat(lib): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-suwala committed Dec 4, 2023
1 parent a1e9772 commit f82c121
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions lib/tests/message.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
import { Channel, Chat, INTERNAL_ADMIN_CHANNEL, Message, MessageDraft } from "../src"
import {
Channel,
Chat,
INTERNAL_ADMIN_CHANNEL,
Message,
MessageDraft,
CryptoUtils,
PubNubCryptoModule,
} from "../src"
import {
createChatInstance,
createRandomChannel,
Expand All @@ -9,7 +17,6 @@ import {
} from "./utils"
import { jest } from "@jest/globals"
import * as fs from "fs"
import { CryptoUtils, PubNubCryptoModule } from "../dist"

describe("Send message test", () => {
jest.retryTimes(3)
Expand Down

0 comments on commit f82c121

Please sign in to comment.