We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8447ae2 commit 5301aa7Copy full SHA for 5301aa7
packages/cli/src/lib/implementation/core-config.middleware.int.test.ts
@@ -3,21 +3,6 @@ import { fileURLToPath } from 'node:url';
3
import { describe, expect } from 'vitest';
4
import { coreConfigMiddleware } from './core-config.middleware.js';
5
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
-
21
const localMocks = path.join(
22
fileURLToPath(path.dirname(import.meta.url)),
23
'..',
0 commit comments