UNPKG

@testomatio/reporter

Version:
11 lines (8 loc) 220 B
import Adapter from './adapter.js'; class RubyAdapter extends Adapter { formatStack(t) { const stack = super.formatStack(t); return stack.replace(/\[(.*?:.\d*)\]/g, '\n$1'); } } export default RubyAdapter;