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"],
|
||||
duration: 1,
|
||||
errors: [,],
|
||||
name: `should be ${expectedOutput}.`,
|
||||
name: `should be ${expectedOutput}`,
|
||||
path: "",
|
||||
status: pass ? "pass" : "fail",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue