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 3fe9899 commit afcd730Copy full SHA for afcd730
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, World v0.7.0!";
+ let testValue = "Hello, bmssp!";
7
expect(printMessage(testValue)).toBe(testValue);
8
});
9
0 commit comments