mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
fix tests: replace initialConfig with config
This commit is contained in:
@@ -91,7 +91,7 @@ export function testSuite(config: TestSuiteConfig) {
|
||||
|
||||
const app = createApp({
|
||||
connection,
|
||||
initialConfig: {
|
||||
config: {
|
||||
data: schema.toJSON(),
|
||||
},
|
||||
});
|
||||
@@ -177,7 +177,7 @@ export function testSuite(config: TestSuiteConfig) {
|
||||
|
||||
const app = createApp({
|
||||
connection,
|
||||
initialConfig: {
|
||||
config: {
|
||||
data: schema.toJSON(),
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user