690513:0920 Refactor Workflow module: Lint error #01
This commit is contained in:
@@ -24,7 +24,9 @@ describe('Parallel Review Consensus (Integration)', () => {
|
||||
const codes = ['1A', '3', '2'];
|
||||
const hasVeto = codes.some((c) => c === '3');
|
||||
|
||||
const decision = hasVeto ? ConsensusDecision.REJECTED : ConsensusDecision.APPROVED;
|
||||
const decision = hasVeto
|
||||
? ConsensusDecision.REJECTED
|
||||
: ConsensusDecision.APPROVED;
|
||||
|
||||
expect(decision).toBe(ConsensusDecision.REJECTED);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user