Skip to content

Commit 61a8b31

Browse files
committed
chore: remove unused imports from config.test.mts
1 parent ed75ea2 commit 61a8b31

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/utils/config.test.mts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,15 @@ import {
88
import os from 'node:os'
99
import path from 'node:path'
1010

11-
import { afterEach, beforeEach, describe, expect, it } from 'vitest'
11+
import { beforeEach, describe, expect, it } from 'vitest'
1212

1313
import {
1414
findSocketYmlSync,
15-
getConfigValue,
1615
overrideCachedConfig,
17-
resetConfigForTesting,
1816
updateConfigValue,
1917
} from './config.mts'
2018
import { testPath } from '../../test/utils.mts'
2119

22-
import type { LocalConfig } from './config.mts'
23-
2420
const fixtureBaseDir = path.join(testPath, 'fixtures/utils/config')
2521

2622
describe('utils/config', () => {

0 commit comments

Comments
 (0)