mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
test(server): init LRU test module so pg extension bootstraps
This commit is contained in:
@@ -193,6 +193,8 @@ describeIntegration('BaseQueryCacheService LRU eviction', () => {
|
|||||||
],
|
],
|
||||||
}).compile();
|
}).compile();
|
||||||
|
|
||||||
|
await moduleRef.init();
|
||||||
|
|
||||||
cache = moduleRef.get(BaseQueryCacheService);
|
cache = moduleRef.get(BaseQueryCacheService);
|
||||||
basePropertyRepo = moduleRef.get(BasePropertyRepo);
|
basePropertyRepo = moduleRef.get(BasePropertyRepo);
|
||||||
dbHandle = moduleRef.get(DbHandle);
|
dbHandle = moduleRef.get(DbHandle);
|
||||||
|
|||||||
Reference in New Issue
Block a user