Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
test(e2e): no trim
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Oct 22, 2020
1 parent 217ab0e commit 308c094
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions feature-runner/run-features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ program
JSON.stringify(r, null, 2)
.split('\n')
.map((s) => ` ${s}`)
.join('\n')
.trim(),
.join('\n'),
),
),
)
Expand All @@ -205,8 +204,7 @@ program
JSON.stringify(r, null, 2)
.split('\n')
.map((s) => ` ${s}`)
.join('\n')
.trim(),
.join('\n'),
),
),
)
Expand Down

0 comments on commit 308c094

Please sign in to comment.