mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
run prettier
This commit is contained in:
parent
d9edaffd9c
commit
ebb5dee1fc
@ -29,8 +29,8 @@ beforeAll(function () {
|
|||||||
return require(filename);
|
return require(filename);
|
||||||
} catch {
|
} catch {
|
||||||
// ignore
|
// ignore
|
||||||
};
|
}
|
||||||
};
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
vm.runInNewContext(code, sandbox, fileName);
|
vm.runInNewContext(code, sandbox, fileName);
|
||||||
|
@ -29,8 +29,8 @@ beforeAll(function () {
|
|||||||
return require(filename);
|
return require(filename);
|
||||||
} catch {
|
} catch {
|
||||||
// ignore
|
// ignore
|
||||||
};
|
}
|
||||||
};
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
vm.runInNewContext(code, sandbox, fileName);
|
vm.runInNewContext(code, sandbox, fileName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user