Remove period from output should be message
This commit is contained in:
parent
d7f3fc4173
commit
c16d4e1539
|
@ -39,7 +39,7 @@ const postTestResults = (testData, expectedOutput) => {
|
||||||
blocks: ["Output"],
|
blocks: ["Output"],
|
||||||
duration: 1,
|
duration: 1,
|
||||||
errors: [,],
|
errors: [,],
|
||||||
name: `should be ${expectedOutput}.`,
|
name: `should be ${expectedOutput}`,
|
||||||
path: "",
|
path: "",
|
||||||
status: pass ? "pass" : "fail",
|
status: pass ? "pass" : "fail",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue