From 76efff6e45c3de131942082e4b4f287bff3eeec3 Mon Sep 17 00:00:00 2001 From: roma2023 Date: Thu, 5 Sep 2024 14:15:06 +0300 Subject: [PATCH] fix unresolved imports --- test/mocks/databasemock.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/mocks/databasemock.js b/test/mocks/databasemock.js index f68c7b7f54..7c467755b0 100644 --- a/test/mocks/databasemock.js +++ b/test/mocks/databasemock.js @@ -6,9 +6,6 @@ */ require('../../require-main'); - -const sinon = require('sinon'); -const { expect } = require('chai'); const path = require('path'); const nconf = require('nconf'); const url = require('url');