We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3c968 commit f29226fCopy full SHA for f29226f
tests/integration/build.test.ts
@@ -41,6 +41,6 @@ describe("Build Test", () => {
41
const esmKeys = Object.keys(esmModule).sort();
42
43
expect(cjsKeys).toEqual(esmKeys);
44
- expect(cjsKeys).toEqual(["Server", "Session", "Telemetry"]);
+ expect(cjsKeys).toEqual(["Server", "Session", "Telemetry", "StreamableHttpRunner", "defaultUserConfig"]);
45
});
46
0 commit comments