Skip to content

Commit 5301aa7

Browse files
committed
refactor: fix lint
1 parent 8447ae2 commit 5301aa7

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

packages/cli/src/lib/implementation/core-config.middleware.int.test.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,6 @@ import { fileURLToPath } from 'node:url';
33
import { describe, expect } from 'vitest';
44
import { coreConfigMiddleware } from './core-config.middleware.js';
55

6-
const configDirPath = path.join(
7-
fileURLToPath(path.dirname(import.meta.url)),
8-
'..',
9-
'..',
10-
'..',
11-
'..',
12-
'..',
13-
'testing',
14-
'test-fixtures',
15-
'src',
16-
'lib',
17-
'fixtures',
18-
'configs',
19-
);
20-
216
const localMocks = path.join(
227
fileURLToPath(path.dirname(import.meta.url)),
238
'..',

0 commit comments

Comments
 (0)