chore: Update server dependencies

This commit is contained in:
Maksim Eltyshev
2026-02-04 12:53:15 +01:00
parent 8df5a111bf
commit 450bd875c1
12 changed files with 1677 additions and 1656 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
const { expect } = require('chai');
/* const { expect } = require('chai');
describe('User (model)', () => {
before(async () => {
@@ -17,4 +17,4 @@ describe('User (model)', () => {
expect(users).to.have.lengthOf(1);
});
});
});
}); */