Skip to content

Commit ce38107

Browse files
committed
Add mocha types & fix linting
1 parent bfac626 commit ce38107

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@
444444
"wdio": "wdio run ./wdio.conf.ts"
445445
},
446446
"devDependencies": {
447+
"@types/mocha": "^10.0.1",
447448
"@types/node": "16.x",
448449
"@types/vscode": "1.64.0",
449450
"@typescript-eslint/eslint-plugin": "^5.48.1",

src/actions/AddMigrationAction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as vscode from 'vscode';
22
import { EFOutputParser } from '../cli/EFOutputParser';
33
import { CommandProvider } from '../commands/CommandProvider';
4-
import { OpenMigrationFileCommand } from '../commands/OpenMigrationFileCommand';
54
import { RefreshTreeCommand } from '../commands/RefreshTreeCommand';
65
import { getCommandsConfig } from '../config/config';
76
import { TREE_VIEW_ID } from '../constants/constants';

0 commit comments

Comments
 (0)