rename terminal runner
This commit is contained in:
parent
2599af74bb
commit
a51170fb98
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ const makeSummary = results => {
|
|||
}
|
||||
}
|
||||
}
|
||||
export const term = tests => {
|
||||
export const TerminalRunner = tests => {
|
||||
const results = Object.entries(tests).map(process)
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue