diff --git a/package.json b/package.json index 95c7bd261..29a4c89d4 100644 --- a/package.json +++ b/package.json @@ -241,7 +241,7 @@ "mustache": "4.2.0", "nyc": "15.1.0", "prettier": "2.3.2", - "reindent-template-literals": "^1.0.0", + "reindent-template-literals": "^1.1.0", "semver": "7.3.5", "sinon": "11.1.1", "sinon-chai": "3.7.0", diff --git a/src/formatter/helpers/issue_helpers_spec.ts b/src/formatter/helpers/issue_helpers_spec.ts index 61c5dc4e3..e7e895bbe 100644 --- a/src/formatter/helpers/issue_helpers_spec.ts +++ b/src/formatter/helpers/issue_helpers_spec.ts @@ -58,6 +58,7 @@ describe('IssueHelpers', () => { error - Then a passing step # steps.ts:29 + `) ) }) @@ -88,6 +89,7 @@ describe('IssueHelpers', () => { /an? ambiguous step/ - steps.ts:14 - Then a passing step # steps.ts:29 + `) ) }) @@ -122,6 +124,7 @@ describe('IssueHelpers', () => { - Then a passing step # steps.ts:29 + `) ) }) @@ -150,6 +153,7 @@ describe('IssueHelpers', () => { Pending - Then a passing step # steps.ts:29 + `) ) }) @@ -184,6 +188,7 @@ describe('IssueHelpers', () => { | d | e | ff | | gg | h | iii | + `) ) }) @@ -224,6 +229,7 @@ describe('IssueHelpers', () => { :-) """ + `) ) }) @@ -256,6 +262,7 @@ describe('IssueHelpers', () => { error - Then a passing step # steps.ts:29 + `) ) }) diff --git a/src/formatter/progress_formatter_spec.ts b/src/formatter/progress_formatter_spec.ts index d7078e624..b7581f2cd 100644 --- a/src/formatter/progress_formatter_spec.ts +++ b/src/formatter/progress_formatter_spec.ts @@ -85,6 +85,7 @@ describe('ProgressFormatter', () => { 6 scenarios (1 failed, 1 ambiguous, 1 undefined, 1 pending, 1 skipped, 1 passed) 6 steps (1 failed, 1 ambiguous, 1 undefined, 1 pending, 1 skipped, 1 passed) + `) ) }) @@ -126,6 +127,7 @@ describe('ProgressFormatter', () => { 3 scenarios (3 passed) 3 steps (3 passed) + `) ) }) diff --git a/src/formatter/usage_formatter_spec.ts b/src/formatter/usage_formatter_spec.ts index 752611bce..89da62e57 100644 --- a/src/formatter/usage_formatter_spec.ts +++ b/src/formatter/usage_formatter_spec.ts @@ -53,6 +53,7 @@ describe('UsageFormatter', () => { ├────────────────┼──────────┼───────────────────┤ │ ghi │ UNUSED │ usage_steps.ts:25 │ └────────────────┴──────────┴───────────────────┘ + `) ) }) @@ -93,6 +94,7 @@ describe('UsageFormatter', () => { ├────────────────┼──────────┼───────────────────┤ │ ghi │ UNUSED │ usage_steps.ts:25 │ └────────────────┴──────────┴───────────────────┘ + `) ) }) @@ -130,6 +132,7 @@ describe('UsageFormatter', () => { ├────────────────┼──────────┼───────────────────┤ │ ghi │ UNUSED │ usage_steps.ts:25 │ └────────────────┴──────────┴───────────────────┘ + `) ) }) diff --git a/yarn.lock b/yarn.lock index b1bc773c2..aa718fb81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3375,10 +3375,10 @@ regexpp@^3.0.0, regexpp@^3.1.0: resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== -reindent-template-literals@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/reindent-template-literals/-/reindent-template-literals-1.0.0.tgz#7c6fa92f825f342515ea6e1c9e0cbe2d8671ce3c" - integrity sha512-q5ttxEAkS6dWL3oGyQS5wnvwZc2zzOpE679uZLAS0izTk6c1LkC7S4q6ca6gq/hL2Cokw1ozInee/mkPsXW4WA== +reindent-template-literals@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/reindent-template-literals/-/reindent-template-literals-1.1.0.tgz#587a89b6ca91f35a5ea061ab4dade65492717648" + integrity sha512-Zbf5y+QqimAwwPef+FrXdC+MCbpg0mo9YjSHhRMglfLJrqPXes5jXTnVZP8YCwLhVVne2ZMxu14/x+m8xkZr4w== release-zalgo@^1.0.0: version "1.0.0"