Skip to content

Commit 8fec7b2

Browse files
committed
style(json-ot): 💄 fix linter errors
1 parent a2cb621 commit 8fec7b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/json-ot/types/ot-string/__tests__/fuzzer.compose.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ test('works', () => {
1515
try {
1616
expect(str4).toBe(str3);
1717
} catch (error) {
18+
// tslint:disable-next-line no-console
1819
console.log([str1, op1, str2, op2, str3, op3, str4]);
1920
throw error;
2021
}

src/json-ot/types/ot-string/__tests__/fuzzer.transform.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ test('works', () => {
1616
expect(str3).toBe(str2);
1717
// console.log([str1, op1, op2, op11, op22, str2, str3]);
1818
} catch (error) {
19+
// tslint:disable-next-line no-console
1920
console.log([str1, op1, op2, op11, op22, str2, str3]);
2021
throw error;
2122
}

0 commit comments

Comments
 (0)