summaryrefslogtreecommitdiff
path: root/test/doctool/test-doctool-json.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/doctool/test-doctool-json.js')
-rw-r--r--test/doctool/test-doctool-json.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/doctool/test-doctool-json.js b/test/doctool/test-doctool-json.js
index 346a7f331e..4a4d3a895c 100644
--- a/test/doctool/test-doctool-json.js
+++ b/test/doctool/test-doctool-json.js
@@ -1,17 +1,16 @@
'use strict';
const common = require('../common');
-const assert = require('assert');
-const fs = require('fs');
-const path = require('path');
-
// The doctool currently uses js-yaml from the tool/eslint/ tree.
try {
require('../../tools/eslint/node_modules/js-yaml');
} catch (e) {
- return common.skip('missing js-yaml (eslint not present)');
+ common.skip('missing js-yaml (eslint not present)');
}
+const assert = require('assert');
+const fs = require('fs');
+const path = require('path');
const json = require('../../tools/doc/json.js');
// Outputs valid json with the expected fields when given simple markdown