feat: unwrap uplugin namespace to flat exports + barrel (#22711)

This commit is contained in:
Kit Langton
2026-04-15 22:15:19 -04:00
committed by GitHub
parent 18538e359b
commit 5ae91aa810
3 changed files with 289 additions and 290 deletions

View File

@@ -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 () => {