Dax Raad 1 month ago
parent
commit
0faa191b6d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      packages/opencode/package.json
  2. 1 1
      packages/opencode/test/tool/registry.test.ts

+ 1 - 1
packages/opencode/package.json

@@ -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'",

+ 1 - 1
packages/opencode/test/tool/registry.test.ts

@@ -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")