mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-13 14:26:36 +00:00
Fix tests not running
Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
parent
14a89b3b8a
commit
f9d79521a1
@ -266,6 +266,7 @@ export function getListDriveImageCompatibilityStatuses(
|
|||||||
drives: DrivelistDrive[],
|
drives: DrivelistDrive[],
|
||||||
image: SourceMetadata,
|
image: SourceMetadata,
|
||||||
) {
|
) {
|
||||||
|
// @ts-ignore
|
||||||
return drives.flatMap((drive) => {
|
return drives.flatMap((drive) => {
|
||||||
return getDriveImageCompatibilityStatuses(drive, image);
|
return getDriveImageCompatibilityStatuses(drive, image);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user