Skip to content

Commit cd611a5

Browse files
authored
Chore: restructure files (#11555)
1 parent e4814c6 commit cd611a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const chalkStub = Object.create(chalk, {
3535
chalkStub.yellow.bold = chalk.yellow.bold;
3636
chalkStub.red.bold = chalk.red.bold;
3737

38-
const formatter = proxyquire("../../../lib/formatters/codeframe", { chalk: chalkStub });
38+
const formatter = proxyquire("../../../../lib/cli-engine/formatters/codeframe", { chalk: chalkStub });
3939

4040
//------------------------------------------------------------------------------
4141
// Tests

0 commit comments

Comments
 (0)