0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/packages/db/test
Ben Holmes eb1d9a447b
Fix isDbError() for remote errors (#11027)
* fix: use LibsqlError for remote db errors

* chore: remove unused drizzle.ts

* fix(test): return expected `error` object

* fix: error detail formatting

* feat(test): error messages with remote adapter

* feat(test): add code to test body

* chore: changeset
2024-05-13 12:20:43 -04:00
..
fixtures Fix isDbError() for remote errors (#11027) 2024-05-13 12:20:43 -04:00
unit refactor: rename "config" file to "virtual" (#10638) 2024-04-02 18:13:18 -04:00
basics.test.js Provide guidance when --remote is omitted (#10579) 2024-03-27 15:20:11 -04:00
db-in-src.test.js Fix db seeding when srcDir is root (#10720) 2024-04-09 09:11:32 -04:00
error-handling.test.js Fix isDbError() for remote errors (#11027) 2024-05-13 12:20:43 -04:00
integration-only.test.js Fix db for projects without a seed file or with integrations (#10385) 2024-03-11 20:07:53 +01:00
integrations.test.js Use static imports for integration seed files in astro:db (#10381) 2024-03-11 09:51:15 -04:00
local-prod.test.js [ci] format 2024-05-03 15:09:39 +00:00
no-seed.test.js Fix db for projects without a seed file or with integrations (#10385) 2024-03-11 20:07:53 +01:00
ssr-no-apptoken.test.js Require that ASTRO_STUDIO_REMOTE_DB_URL is defined at runtime (#10533) 2024-03-22 11:52:38 -04:00
static-remote.test.js Fix building static sites with Astro DB (#10655) 2024-04-02 16:07:18 -04:00
test-utils.js Fix isDbError() for remote errors (#11027) 2024-05-13 12:20:43 -04:00