We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719ac27 commit 165985eCopy full SHA for 165985e
bin/helpers/syncRunner.js
@@ -72,10 +72,10 @@ let printFailedSpecsDetails = (data) => {
72
let config = {
73
border: getBorderCharacters('ramac'),
74
columns: {
75
- 0: { alignment: 'center' },
76
- 1: { alignment: 'center' },
77
- 2: { alignment: 'center' },
78
- 3: { alignment: 'center' },
+ 0: { alignment: 'left' },
+ 1: { alignment: 'left' },
+ 2: { alignment: 'left' },
+ 3: { alignment: 'left' },
79
},
80
/**
81
* @typedef {function} drawHorizontalLine
0 commit comments