mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 09:59:10 +00:00
feat(api): add tests
This commit is contained in:
parent
688954a2e0
commit
480987aa90
26 changed files with 541 additions and 91 deletions
8
packages/api/test/miniflare.d.ts
vendored
Normal file
8
packages/api/test/miniflare.d.ts
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
declare global {
|
||||
function getMiniflareBindings(): Environment;
|
||||
function getMiniflareDurableObjectStorage(
|
||||
id: DurableObjectId
|
||||
): Promise<DurableObjectStorage>;
|
||||
}
|
||||
|
||||
export {};
|
Loading…
Add table
Add a link
Reference in a new issue