diff options
Diffstat (limited to 'testing/asserts.ts')
| -rw-r--r-- | testing/asserts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/asserts.ts b/testing/asserts.ts index 33d6073ea..6d975bbb5 100644 --- a/testing/asserts.ts +++ b/testing/asserts.ts @@ -161,7 +161,7 @@ export function assertArrayContains( actual: unknown[], expected: unknown[], msg?: string -) { +): void { let missing = []; for (let i = 0; i < expected.length; i++) { let found = false; |
