fix TSamFailedOnly and the output formatting for the jest-runner
This commit is contained in:
@@ -4,5 +4,5 @@ return js.new({
|
||||
name = "js-jest",
|
||||
framework = "jest",
|
||||
command = { "npx", "jest" },
|
||||
json_args = { "--json" },
|
||||
json_args = { "--json", "--verbose" },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user