diff options
Diffstat (limited to 'test/pummel/test-keep-alive.js')
-rw-r--r-- | test/pummel/test-keep-alive.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/pummel/test-keep-alive.js b/test/pummel/test-keep-alive.js index 47d529b640..a9e91e201b 100644 --- a/test/pummel/test-keep-alive.js +++ b/test/pummel/test-keep-alive.js @@ -1,11 +1,11 @@ 'use strict'; // This test requires the program 'wrk' -var common = require('../common'); -var assert = require('assert'); -var spawn = require('child_process').spawn; -var http = require('http'); -var url = require('url'); +const common = require('../common'); +const assert = require('assert'); +const spawn = require('child_process').spawn; +const http = require('http'); +const url = require('url'); if (common.isWindows) { common.skip('no `wrk` on windows'); |