Bun / drizzle / sqlite support (#132) #34
Annotations
10 errors
|
src/test/database-mysql.spec.mts > load > should return early when defaults are equal to current base state:
src/test/database-mysql.spec.mts#L309
Error: process.exit unexpectedly called with "0"
❯ bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:547:13
❯ Object.bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:281:19
❯ Object.run node_modules/@digital-alchemy/core/src/testing/test-module.mts:264:7
❯ src/test/database-mysql.spec.mts:309:5
|
|
src/test/database-mysql.spec.mts > load > should use registered defaults when defaults parameter is not provided:
src/test/database-mysql.spec.mts#L281
Error: process.exit unexpectedly called with "0"
❯ bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:547:13
❯ Object.bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:281:19
❯ Object.run node_modules/@digital-alchemy/core/src/testing/test-module.mts:264:7
❯ src/test/database-mysql.spec.mts:281:5
|
|
src/test/database-mysql.spec.mts > load > should create new entity when no rows are found during load:
src/test/database-mysql.spec.mts#L264
Error: process.exit unexpectedly called with "0"
❯ bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:547:13
❯ Object.bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:281:19
❯ Object.run node_modules/@digital-alchemy/core/src/testing/test-module.mts:264:7
❯ src/test/database-mysql.spec.mts:264:5
|
|
src/test/database-mysql.spec.mts > update > should handle errors and re-throw them:
src/test/database-mysql.spec.mts#L238
Error: process.exit unexpectedly called with "0"
❯ bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:547:13
❯ Object.bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:281:19
❯ Object.run node_modules/@digital-alchemy/core/src/testing/test-module.mts:264:7
❯ src/test/database-mysql.spec.mts:238:5
|
|
src/test/database-mysql.spec.mts > update > should handle undefined entity_id when entity not found in registry:
src/test/database-mysql.spec.mts#L210
Error: process.exit unexpectedly called with "0"
❯ bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:547:13
❯ Object.bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:281:19
❯ Object.run node_modules/@digital-alchemy/core/src/testing/test-module.mts:264:7
❯ src/test/database-mysql.spec.mts:210:5
|
|
src/test/database-mysql.spec.mts > update > should handle entity_id lookup from hass entity registry:
src/test/database-mysql.spec.mts#L169
Error: process.exit unexpectedly called with "0"
❯ bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:547:13
❯ Object.bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:281:19
❯ Object.run node_modules/@digital-alchemy/core/src/testing/test-module.mts:264:7
❯ src/test/database-mysql.spec.mts:169:5
|
|
src/test/database-mysql.spec.mts > update > should handle onDuplicateKeyUpdate correctly:
src/test/database-mysql.spec.mts#L104
Error: process.exit unexpectedly called with "0"
❯ bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:547:13
❯ Object.bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:281:19
❯ Object.run node_modules/@digital-alchemy/core/src/testing/test-module.mts:264:7
❯ src/test/database-mysql.spec.mts:104:5
|
|
src/test/database-mysql.spec.mts > update > should update existing entity when it already exists:
src/test/database-mysql.spec.mts#L71
Error: process.exit unexpectedly called with "0"
❯ bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:547:13
❯ Object.bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:281:19
❯ Object.run node_modules/@digital-alchemy/core/src/testing/test-module.mts:264:7
❯ src/test/database-mysql.spec.mts:71:5
|
|
src/test/database-mysql.spec.mts > update > should insert new entity when it doesn't exist:
src/test/database-mysql.spec.mts#L38
Error: process.exit unexpectedly called with "0"
❯ bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:547:13
❯ Object.bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:281:19
❯ Object.run node_modules/@digital-alchemy/core/src/testing/test-module.mts:264:7
❯ src/test/database-mysql.spec.mts:38:5
|
|
src/test/database-mysql.spec.mts > exists:
src/test/database-mysql.spec.mts#L26
Error: process.exit unexpectedly called with "0"
❯ bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:547:13
❯ Object.bootstrap node_modules/@digital-alchemy/core/src/services/wiring.service.mts:281:19
❯ Object.run node_modules/@digital-alchemy/core/src/testing/test-module.mts:264:7
❯ src/test/database-mysql.spec.mts:26:3
|