mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-09 20:36:31 +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[],
|
||||
image: SourceMetadata,
|
||||
) {
|
||||
// @ts-ignore
|
||||
return drives.flatMap((drive) => {
|
||||
return getDriveImageCompatibilityStatuses(drive, image);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user