mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
fix tests
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user