mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-21 02:22:40 +00:00
feat: unwrap uplugin namespace to flat exports + barrel (#22711)
This commit is contained in:
parent
18538e359b
commit
5ae91aa810
3 changed files with 289 additions and 290 deletions
|
|
@ -63,7 +63,7 @@ describe("plugin.auth-override", () => {
|
|||
}, 30000) // Increased timeout for plugin installation
|
||||
})
|
||||
|
||||
const file = path.join(import.meta.dir, "../../src/plugin/index.ts")
|
||||
const file = path.join(import.meta.dir, "../../src/plugin/plugin.ts")
|
||||
|
||||
describe("plugin.config-hook-error-isolation", () => {
|
||||
test("config hooks are individually error-isolated in the layer factory", async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue