mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
upgrade sinon, don't exclude it from dependabot anymore
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { setTimeout } from 'node:timers/promises';
|
||||
import { promisify } from 'node:util';
|
||||
import { fakeServer } from 'nise';
|
||||
|
||||
describe('iD.serviceOsm', function () {
|
||||
var context, connection, spy;
|
||||
@@ -26,7 +27,7 @@ describe('iD.serviceOsm', function () {
|
||||
});
|
||||
|
||||
beforeEach(function () {
|
||||
serverXHR = sinon.fakeServer.create(); // authenticated calls use XHR via osm-auth
|
||||
serverXHR = fakeServer.create(); // authenticated calls use XHR via osm-auth
|
||||
context = iD.coreContext().assetPath('../dist/').init();
|
||||
connection = context.connection();
|
||||
connection.switch({ url: 'https://www.openstreetmap.org' });
|
||||
|
||||
Reference in New Issue
Block a user