Backend Release PR #24
Annotations
2 errors
|
releaseIt
Process completed with exit code 1.
|
|
tests/unit/db/index.test.ts > Database Service (db/index.ts) > initializePluginDatabases > should initialize plugins with database extensions:
services/backend/tests/unit/db/index.test.ts#L448
AssertionError: expected "spy" to be called with arguments: [ …(2) ]
Received:
1st spy call:
@@ -13,7 +13,22 @@
"run": [Function spy],
"select": [Function spy],
"transaction": [Function spy],
"update": [Function spy],
},
- Any<Object>,
+ {
+ "authKey": {
+ "tableName": "authKey",
+ },
+ "authSession": {
+ "tableName": "authSession",
+ },
+ "authUser": {
+ "tableName": "authUser",
+ },
+ "pluginTableDefinitions": {},
+ "roles": {
+ "tableName": "roles",
+ },
+ },
+ undefined,
]
Number of calls: 1
❯ tests/unit/db/index.test.ts:448:68
|