Skip to content

Commit c07abf3

Browse files
lerouxbkraenhansen
andauthored
Update packages/compass-smoke-tests/src/build-info.ts
Co-authored-by: Kræn Hansen <[email protected]>
1 parent ce72c8b commit c07abf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass-smoke-tests/src/build-info.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { type SmokeTestsContext } from './context';
99
import { pick } from 'lodash';
1010

1111
const SUPPORTED_CHANNELS = ['dev', 'beta', 'stable'] as const;
12+
type Channel = typeof SUPPORTED_CHANNELS[number];
1213

1314
function assertObjectHasKeys(
1415
obj: unknown,

0 commit comments

Comments
 (0)