diff --git a/src/plugins/bundled-runtime-root.test.ts b/src/plugins/bundled-runtime-root.test.ts index af9e11d2d64..99d69dd960e 100644 --- a/src/plugins/bundled-runtime-root.test.ts +++ b/src/plugins/bundled-runtime-root.test.ts @@ -221,7 +221,8 @@ describe("prepareBundledPluginRuntimeRoot", () => { fs.writeFileSync( path.join(runtimePluginRoot, "index.js"), [ - "export { default } from ", + "export { default } ", + "from ", JSON.stringify("../../../dist/extensions/qqbot/index.js"), ";\n", ].join(""),