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 4127fa6 commit 6800256Copy full SHA for 6800256
test.js
@@ -10,7 +10,7 @@
10
11
const assert = require("chai").assert;
12
const chalk = require("chalk");
13
-const formatter = require("../../../lib/formatters/table");
+const formatter = require("../../../../lib/cli-engine/formatters/table");
14
15
//------------------------------------------------------------------------------
16
// Tests
0 commit comments