Skip to content

Commit 4b928e0

Browse files
lerouxbkraenhansen
andauthored
Update packages/compass-e2e-tests/helpers/buildinfo.ts
Co-authored-by: Kræn Hansen <[email protected]>
1 parent 0888f6c commit 4b928e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/helpers/buildinfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import assert from 'node:assert/strict';
55
const commonKeys = ['productName'];
66
type CommonBuildInfo = Record<typeof commonKeys[number], string>;
77

8-
function assertObjectHasKeys(obj: any, name: string, keys: readonly string[]) {
8+
function assertObjectHasKeys(obj: unknown, name: string, keys: readonly string[]) {
99
assert(
1010
typeof obj === 'object' && obj !== null,
1111
'Expected buildInfo to be an object'

0 commit comments

Comments
 (0)