We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4814c6 commit cd611a5Copy full SHA for cd611a5
test.js
@@ -35,7 +35,7 @@ const chalkStub = Object.create(chalk, {
35
chalkStub.yellow.bold = chalk.yellow.bold;
36
chalkStub.red.bold = chalk.red.bold;
37
38
-const formatter = proxyquire("../../../lib/formatters/codeframe", { chalk: chalkStub });
+const formatter = proxyquire("../../../../lib/cli-engine/formatters/codeframe", { chalk: chalkStub });
39
40
//------------------------------------------------------------------------------
41
// Tests
0 commit comments