diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-25 14:56:58 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-25 14:56:58 +0200 |
commit | 7b3292af22a0496007e974b65cd2e34521c9c429 (patch) | |
tree | 8205726e27fa7e5f80cd2a7ffb6c7354a11b6dea /test/util.ts | |
parent | 4f5771726aa8c7b6d4e288df2a79f1ffef55c3a3 (diff) |
Reformated unit tests & the setup and teardown scripts
Diffstat (limited to 'test/util.ts')
-rw-r--r-- | test/util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |