mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
refactored adapters to run test suites (#126)
* refactored adapters to run test suites * fix bun version for tests * added missing adapter tests and refactored examples to use `bknd.config.ts` where applicable
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
import { getApi } from "bknd/adapter/astro";
|
||||
import { getApi } from "../bknd";
|
||||
import Card from "../components/Card.astro";
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user