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 b946fb5 commit 8b4c627Copy full SHA for 8b4c627
test/main.test.js
@@ -3,7 +3,7 @@ import { printMessage } from "../src/bmssp.mjs";
3
4
describe("printMessage", () => {
5
test("sends a message and gets the message back", () => {
6
- let testValue = "Hello, bmssp!";
+ let testValue = "Hello, bmssp! Testing..";
7
expect(printMessage(testValue)).toBe(testValue);
8
});
9
0 commit comments