Fixed frontend tests. (#6210)

* Fixed frontend tests.

* Use old socket io syntax.

* uSE ESM:

* Remove padvar.

* Remove cypress.
This commit is contained in:
SamTV12345 2024-03-08 18:50:29 +01:00 committed by GitHub
parent 2fa2d5bd17
commit d34b964cc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 18 additions and 23 deletions

View file

@ -21,9 +21,9 @@
* limitations under the License.
*/
const ueberDB = require('ueberdb2');
import ueberDB from 'ueberdb2';
const settings = require('../utils/Settings');
const log4js = require('log4js');
import log4js from 'log4js';
const stats = require('../stats')
const logger = log4js.getLogger('ueberDB');