We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf63934 commit 61f09a2Copy full SHA for 61f09a2
1 file changed
test/common/connection.js
@@ -14,13 +14,12 @@
14
* limitations under the License.
15
*/
16
17
-/*global describe, it */
+/*global describe, it, beforeEach */
18
19
'use strict';
20
21
var assert = require('assert');
22
var async = require('async');
23
-var fs = require('fs');
24
var path = require('path');
25
26
var connection = require('../../lib/common/connection.js');
0 commit comments