Skip to content

Commit 3fe9899

Browse files
SirivasvCopilot
andauthored
Update test/main.test.js
Co-authored-by: Copilot <[email protected]>
1 parent 6599d30 commit 3fe9899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/main.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { describe, test, expect } from "@jest/globals";
22
import { printMessage } from "../src/bmssp.mjs";
33

44
describe("printMessage", () => {
5-
test("sends a message gets the message back", () => {
5+
test("sends a message and gets the message back", () => {
66
let testValue = "Hello, World v0.7.0!";
77
expect(printMessage(testValue)).toBe(testValue);
88
});

0 commit comments

Comments
 (0)