Skip to content

Commit 794a122

Browse files
committed
Update biome settings, remove unused imports
1 parent 706b06e commit 794a122

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777
},
7878
{
79-
"includes": ["simple-git/src/git.js", "simple-git/scripts/*"],
79+
"includes": ["simple-git/src/git.ts", "simple-git/scripts/*"],
8080
"linter": {
8181
"rules": {
8282
"complexity": {

simple-git/test/unit/__fixtures__/child-processes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { Mock } from 'vitest';
21
import { MockChildProcess, mockChildProcessModule } from '../__mocks__/mock-child-process';
32
import { wait } from '@simple-git/test-utils';
43

simple-git/test/unit/plugins/plugin.completion-detection.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Mock } from 'vitest';
1+
import { describe, it, expect } from 'vitest';
22
import { newSimpleGit, theChildProcessMatching, wait } from '../__fixtures__';
33
import { MockChildProcess } from '../__mocks__/mock-child-process';
44

0 commit comments

Comments
 (0)