We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e70b8 commit 0048169Copy full SHA for 0048169
test/doctool/test-doctool-json.js
@@ -1,9 +1,9 @@
1
'use strict';
2
3
const common = require('../common');
4
-// The doctool currently uses js-yaml from the tool/eslint/ tree.
+// The doctool currently uses js-yaml from the tool/node_modules/eslint/ tree.
5
try {
6
- require('../../tools/eslint/node_modules/js-yaml');
+ require('../../tools/node_modules/eslint/node_modules/js-yaml');
7
} catch (e) {
8
common.skip('missing js-yaml (eslint not present)');
9
}
0 commit comments