diff options
| author | Dax Raad <[email protected]> | 2025-05-29 11:58:40 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-29 11:58:40 -0400 |
| commit | 80597cd3fdf149cef87db55f03a3cc0bfd723a7a (patch) | |
| tree | b9332733cca2084a86334eb88fdc5115ab37b922 /js/test | |
| parent | 48f81fe4d3a286ead827888e030f9bd89c864dee (diff) | |
| download | opencode-80597cd3fdf149cef87db55f03a3cc0bfd723a7a.tar.gz opencode-80597cd3fdf149cef87db55f03a3cc0bfd723a7a.zip | |
type error fix
Diffstat (limited to 'js/test')
| -rw-r--r-- | js/test/tool/tool.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/tool/tool.test.ts b/js/test/tool/tool.test.ts index a8a621dc6..4b6d2efd3 100644 --- a/js/test/tool/tool.test.ts +++ b/js/test/tool/tool.test.ts @@ -1,5 +1,5 @@ import { describe, expect, test } from "bun:test"; -import { App } from "../../src/app"; +import { App } from "../../src/app/app"; import { glob } from "../../src/tool/glob"; import { ls } from "../../src/tool/ls"; |
