Skip to content

Commit 263ed68

Browse files
committed
Applied comments
1 parent 7345777 commit 263ed68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The repository is organized as a monorepo with the following packages:
6161
- ~~src/runtime/~~: **Don't use.** Moved to `@fedify/vocab-runtime` and `src/utils/*`. If user code imports from here, notice and suggest migration.
6262
- *src/shim/*: Platform abstraction layer
6363
- *src/sig/*: Signature implementation
64-
- *src/testing/*: Testing utilities. Most have been migrated to `packages/fixtures`(`@fedify/fixture`), except for modules that have dependencies on `@fedify/fedify`.
64+
- *src/testing/*: Testing utilities. Most have been migrated to `packages/fixture`(`@fedify/fixture`), except for modules that have dependencies on `@fedify/fedify`.
6565
- *src/utils/*: Utility functions
6666
- *src/vocab/*: ActivityPub vocabulary implementation
6767
- *src/webfinger/*: WebFinger protocol implementation

packages/fedify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"prepack": "pnpm run build",
170170
"prepublish": "pnpm run build",
171171
"test": "deno task codegen && tsdown && cd dist/ && node --test",
172-
"test:bun": "deno task pnpm:build && tsdown && cd dist/ && bun test --timeout 60000",
172+
"test:bun": "deno task pnpm:build && cd dist/ && bun test --timeout 60000",
173173
"test:cfworkers": "deno task codegen && wrangler deploy --dry-run --outdir src/cfworkers && node --import=tsx src/cfworkers/client.ts"
174174
}
175175
}

0 commit comments

Comments
 (0)