mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
fix tests: replace initialConfig with config
This commit is contained in:
@@ -37,7 +37,7 @@ describe("integration", () => {
|
||||
|
||||
const app = createApp({
|
||||
connection: create(),
|
||||
initialConfig: {
|
||||
config: {
|
||||
data: schema.toJSON(),
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user