fix tests

This commit is contained in:
dswbx
2025-03-11 17:45:27 +01:00
parent 96781f5d3d
commit a72b11e9fb
2 changed files with 2 additions and 14 deletions

View File

@@ -220,7 +220,8 @@ export class ModuleManager {
private repo() {
return this.__em.repo(__bknd, {
silent: !debug_modules,
// to prevent exceptions when table doesn't exist
silent: true,
});
}