Skip to content

Commit a0ba9f5

Browse files
committed
fix some lint issues
1 parent 77f571b commit a0ba9f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/test/suite/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import * as path from 'path';
22
import * as Mocha from 'mocha';
3+
import { globSync } from 'glob';
34

45
export function run(): Promise<void> {
56

6-
const { globSync } = require("glob");
7-
87
// Create the mocha test
98
const mocha = new Mocha({
109
ui: 'tdd',

src/test/suite/markupParser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ suite("MarkupParser Tests", function () {
8080
assert.strictEqual(parsedMarkup, fixtureContent);
8181
});
8282
});
83-
});
83+
});

0 commit comments

Comments
 (0)