chore: maybe catch this one eventually

This commit is contained in:
cha0s 2024-02-09 23:58:00 -06:00
parent ef497e764c
commit 98f17674b2

View File

@ -14,6 +14,9 @@ it('builds for development', async () => {
artifact = true;
}
catch (error) {
// intermittent failure...
// eslint-disable-next-line no-console
console.error(error);
artifact = false;
}
expect(artifact)