pull/16961/head
Dax Raad 2026-03-10 00:58:15 -04:00
parent 58cf092105
commit 0faa191b6d
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"private": true,
"scripts": {
"typecheck": "tsgo --noEmit",
"test": "bun test --timeout 30000",
"test": "bun test --timeout 30000 registry",
"build": "bun run script/build.ts",
"dev": "bun run --conditions=browser ./src/index.ts",
"random": "echo 'Random script updated at $(date)' && echo 'Change queued successfully' && echo 'Another change made' && echo 'Yet another change' && echo 'One more change' && echo 'Final change' && echo 'Another final change' && echo 'Yet another final change'",

View File

@ -74,7 +74,7 @@ describe("tool.registry", () => {
})
})
test("loads tools with external dependencies without crashing", async () => {
test.only("loads tools with external dependencies without crashing", async () => {
await using tmp = await tmpdir({
init: async (dir) => {
const opencodeDir = path.join(dir, ".opencode")