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.
2 parents b946fb5 + effca22 commit bd2e048Copy full SHA for bd2e048
.github/workflows/npm-build.yml
@@ -8,6 +8,9 @@ on:
8
9
jobs:
10
npm-build:
11
+ environment:
12
+ name: codecov-bmssp
13
+
14
runs-on: ubuntu-latest
15
16
permissions:
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);
});
0 commit comments