From e66a12a49687e2e6cc7f20d8dc154d91f87933b1 Mon Sep 17 00:00:00 2001 From: "xin.wang" Date: Wed, 30 Aug 2023 01:15:49 -0900 Subject: [PATCH] remove useless test case for node bindings --- test/nodejs/index.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/nodejs/index.js b/test/nodejs/index.js index bf4003605..73667cb8c 100644 --- a/test/nodejs/index.js +++ b/test/nodejs/index.js @@ -131,12 +131,6 @@ test('constructor: throws if default_radius is not a number', function(assert) { assert.ok(new OSRM({algorithm: 'MLD', path: monaco_mld_path, default_radius: 'unlimited'}), 'Does accept unlimited'); }); -test('constructor: takes a keepalive_timeout argument', function(assert) { - assert.plan(1); - var osrm = new OSRM({algorithm: 'MLD', path: monaco_mld_path, keepalive_timeout: 10}); - assert.ok(osrm); -}); - test('constructor: parses custom limits', function(assert) { assert.plan(1); var osrm = new OSRM({