From 7b3292af22a0496007e974b65cd2e34521c9c429 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 25 Jul 2021 14:56:58 +0200 Subject: Reformated unit tests & the setup and teardown scripts --- test/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/util.ts') diff --git a/test/util.ts b/test/util.ts index 6cc5cbc..5886514 100644 --- a/test/util.ts +++ b/test/util.ts @@ -11,7 +11,7 @@ export type EnvironmentVariables = { UNAVAIL_COMMIT: string } -export function expectCommitProperties(commit: Commit) { +export function expectCommitProperties(commit: Commit): void { expect(commit).toHaveProperty("id"); expect(commit).toHaveProperty("author"); expect(commit).toHaveProperty("author.name"); -- cgit v1.2.3-18-g5258