Skip to content

Commit

Permalink
remove useless test case for node bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
xin.wang committed Aug 30, 2023
1 parent d16b38c commit e66a12a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/nodejs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit e66a12a

Please sign in to comment.