mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-23 06:41:44 +00:00
fix: restore full gate stability
This commit is contained in:
@@ -3327,8 +3327,8 @@ module.exports = {
|
||||
|
||||
it("derives plugin-sdk subpaths from package exports", () => {
|
||||
const subpaths = __testing.listPluginSdkExportedSubpaths();
|
||||
expect(subpaths).toContain("compat");
|
||||
expect(subpaths).toContain("telegram");
|
||||
expect(subpaths).not.toContain("compat");
|
||||
expect(subpaths).not.toContain("root-alias");
|
||||
});
|
||||
|
||||
@@ -3351,7 +3351,7 @@ module.exports = {
|
||||
|
||||
it("loads source runtime shims through the non-native Jiti boundary", async () => {
|
||||
const jiti = createJiti(import.meta.url, {
|
||||
...__testing.buildPluginLoaderJitiOptions({}),
|
||||
...__testing.buildPluginLoaderJitiOptions(__testing.resolvePluginSdkScopedAliasMap()),
|
||||
tryNative: false,
|
||||
});
|
||||
const discordChannelRuntime = path.join(
|
||||
|
||||
Reference in New Issue
Block a user