test: remove impossible readonly sandbox guards
This commit is contained in:
@@ -138,9 +138,6 @@ describe('claude reviewer runtime guard', () => {
|
|||||||
'best-effort',
|
'best-effort',
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!sandbox) {
|
|
||||||
throw new Error('expected sandbox settings');
|
|
||||||
}
|
|
||||||
expect(sandbox.failIfUnavailable).toBe(false);
|
expect(sandbox.failIfUnavailable).toBe(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -155,9 +152,6 @@ describe('claude reviewer runtime guard', () => {
|
|||||||
'best-effort',
|
'best-effort',
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!sandbox) {
|
|
||||||
throw new Error('expected sandbox settings');
|
|
||||||
}
|
|
||||||
expect(sandbox.failIfUnavailable).toBe(false);
|
expect(sandbox.failIfUnavailable).toBe(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user