We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa9979 commit 005fbbfCopy full SHA for 005fbbf
test/main.test.js
@@ -1,5 +1,5 @@
1
import { describe, test, expect } from "@jest/globals";
2
-import { printMessage } from "../src/bmssp.mjs";
+import { printMessage, processMessage } from "../src/bmssp.mjs";
3
4
describe("printMessage", () => {
5
test("sends a message and gets the message back", () => {
0 commit comments