Skip to content

Commit a72f7c2

Browse files
test: fix compile issue in unit test
1 parent 3bb38b5 commit a72f7c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/commands/apex/get/log.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import { Org } from '@salesforce/core';
1313
import ansis from 'ansis';
1414
import Log, { LogGetResult } from '../../../../src/commands/apex/get/log.js';
1515

16+
// eslint-disable-next-line @typescript-eslint/unbound-method
1617
const strip = new ansis.Ansis().strip;
1718
const logStripper = (log: LogGetResult[number]) => (typeof log === 'string' ? strip(log) : { log: strip(log.log) });
1819

0 commit comments

Comments
 (0)