rename terminal runner

This commit is contained in:
Rowan 2025-04-09 20:52:09 -05:00
parent 2599af74bb
commit a51170fb98

View file

@ -70,7 +70,7 @@ const makeSummary = results => {
}
}
}
export const term = tests => {
export const TerminalRunner = tests => {
const results = Object.entries(tests).map(process)
return {