Minor comment fixes
This commit is contained in:
@@ -15,6 +15,8 @@ const process = async (raw, debug=false, logger=()=>{}) => {
|
|||||||
let empty = true
|
let empty = true
|
||||||
let [config, format] = io.interpret(raw, logger)
|
let [config, format] = io.interpret(raw, logger)
|
||||||
let suffix = format
|
let suffix = format
|
||||||
|
// KLE conversion warrants automaticly engaging debug mode
|
||||||
|
// as, usually, we're only interested in the points anyway
|
||||||
if (format == 'KLE') {
|
if (format == 'KLE') {
|
||||||
suffix = `${format} (Auto-debug)`
|
suffix = `${format} (Auto-debug)`
|
||||||
debug = true
|
debug = true
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ for (const unit of glob.sync(path.join(__dirname, 'unit', '*.js'))) {
|
|||||||
|
|
||||||
// Integration tests
|
// Integration tests
|
||||||
// the --what switch supports categories (like `points` and `outlines`)
|
// the --what switch supports categories (like `points` and `outlines`)
|
||||||
// as well as individual tests using slash-notation (like `points/000`)
|
// as well as individual tests using slash-notation (like `points/default`)
|
||||||
// the --dump switch can output the new results, overriding the old reference
|
// the --dump switch can output the new results, overriding the old reference
|
||||||
|
|
||||||
const cap = s => s.charAt(0).toUpperCase() + s.slice(1)
|
const cap = s => s.charAt(0).toUpperCase() + s.slice(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user