8000
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 89fbbc4 commit 84ae59eCopy full SHA for 84ae59e
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