diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-25 17:33:23 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-25 17:33:23 +0000 |
| commit | 283c3f14760c925fe9bf51a2db6f2d567dedb4fe (patch) | |
| tree | e3617b15b1493788bbf37f957be81aacac4ffdf6 /src/templates.test.ts | |
| parent | dd829249122948fd66dd885dbd39a0cd9167118d (diff) | |
| download | ao-coverage-283c3f14760c925fe9bf51a2db6f2d567dedb4fe.tar.gz ao-coverage-283c3f14760c925fe9bf51a2db6f2d567dedb4fe.tar.bz2 ao-coverage-283c3f14760c925fe9bf51a2db6f2d567dedb4fe.zip | |
Add lint check to pipeline
Diffstat (limited to 'src/templates.test.ts')
| -rw-r--r-- | src/templates.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates.test.ts b/src/templates.test.ts index 1fb88b7..e434ce4 100644 --- a/src/templates.test.ts +++ b/src/templates.test.ts @@ -11,7 +11,7 @@ const genTemplate = (filename: string): Template => "build", filename.replace(/template/, "txt") ), - context: { that: "this", potential: "resolved" } + context: { that: "this", potential: "resolved" }, } as Template); describe("processTemplate", () => { |
