260323:0833 fix CI : lint #01 existing is assigned a value but never used.
This commit is contained in:
@@ -52,6 +52,7 @@ describe('Phase 3 Workflow (E2E)', () => {
|
|||||||
const existing = await defRepo.findOne({
|
const existing = await defRepo.findOne({
|
||||||
where: { workflow_code: 'CORRESPONDENCE_FLOW_V1', is_active: true },
|
where: { workflow_code: 'CORRESPONDENCE_FLOW_V1', is_active: true },
|
||||||
});
|
});
|
||||||
|
expect(existing).toBeDefined();
|
||||||
});
|
});
|
||||||
|
|
||||||
afterAll(async () => {
|
afterAll(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user