Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/es…
Browse files Browse the repository at this point in the history
…lint-plugin-6.13.1
  • Loading branch information
rfverbruggen authored Dec 4, 2023
2 parents 0257e81 + 2717ff7 commit 82299b5
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 15 deletions.
272 changes: 258 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@vscode/test-electron": "^2.3.6",
"@vscode/vsce": "^2.22.0",
"eslint": "^8.47.0",
"glob": "^8.0.3",
"glob": "^10.3.10",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"typescript": "^5.2.2"
Expand Down
5 changes: 5 additions & 0 deletions test/suite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import * as path from 'path';
import * as Mocha from 'mocha';
import * as glob from 'glob';
import { join } from "path";
import * as helper from "../helper";


function setupCoverage()
Expand Down Expand Up @@ -47,6 +48,10 @@ export async function run(): Promise<void>
{
await new Promise((resolve, reject) =>
{
// Open an empty file to already start vscode before the actual tests start.
// This prevents timing issues in the first test.
helper.openFile(``, "markdown");

// Run the mocha test
mocha.run(failures =>
{
Expand Down

0 comments on commit 82299b5

Please sign in to comment.