mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 21:06:04 +00:00
fix types, refactor db manager to db
This commit is contained in:
@@ -2,7 +2,7 @@ import { describe, expect, mock, test } from "bun:test";
|
||||
import type { ModuleBuildContext } from "../../src";
|
||||
import { App, createApp } from "core/test/utils";
|
||||
import * as proto from "data/prototype";
|
||||
import { DbModuleManager } from "modules/manager/DbModuleManager";
|
||||
import { DbModuleManager } from "modules/db/DbModuleManager";
|
||||
|
||||
describe("App", () => {
|
||||
test("use db mode by default", async () => {
|
||||
|
||||
Reference in New Issue
Block a user