Skip to content

Commit 3bd528c

Browse files
Copilotalexr00
andcommitted
Fix: Remove mocha import to use global functions in test files
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent adf79e1 commit 3bd528c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/github/markdownUtils.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import * as assert from 'assert';
77
import * as marked from 'marked';
88
import { PlainTextRenderer } from '../../github/markdownUtils';
9-
import { describe, it } from 'mocha';
109

1110
describe('PlainTextRenderer', () => {
1211
it('should escape inline code by default', () => {

0 commit comments

Comments
 (0)