diff --git a/test/bin/tools/trimIndet.spec.ts b/test/bin/tools/trimIndet.spec.ts index 07dd8af5..c6a2f37f 100644 --- a/test/bin/tools/trimIndet.spec.ts +++ b/test/bin/tools/trimIndet.spec.ts @@ -52,7 +52,6 @@ ipsum assert.equal(txt, ["lorem", String(d), "ipsum"].join("\n")); }); -}); it("inderpolates preserving new-lines in the interpolated bits", () => { const a = ["ipsum", "dolor", "sit"].join('\n') @@ -63,3 +62,5 @@ ipsum ` assert.equal(txt, ['lorem', 'ipsum', 'dolor', 'sit', 'amet'].join('\n')) }) + +}); \ No newline at end of file