fix TSamFailedOnly and the output formatting for the jest-runner
This commit is contained in:
@@ -130,7 +130,7 @@ describe("TSamLast", function()
|
||||
|
||||
assert.equals(2, #calls)
|
||||
assert.are.same(
|
||||
{ "npx", "jest", "--json", "/tmp/project/foo_last.test.ts", "-t", "inner 2" },
|
||||
{ "npx", "jest", "--json", "--verbose", "/tmp/project/foo_last.test.ts", "-t", "inner 2" },
|
||||
calls[1].cmd
|
||||
)
|
||||
assert.are.same(calls[1].cmd, calls[2].cmd)
|
||||
|
||||
Reference in New Issue
Block a user