improving code quality issues suggested by JSHint

This commit is contained in:
El RIDO
2018-01-06 09:26:10 +01:00
parent 49fffbb876
commit 72acc95326
9 changed files with 275 additions and 194 deletions

View File

@@ -1,5 +1,5 @@
'use strict';
var common = require('../common');
require('../common');
describe('Prompt', function () {
// TODO: this does not test the prompt() fallback, since that isn't available