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
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
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