Skip to content

Commit

Permalink
fix types issues in multiple packages (electrode-io#1918)
Browse files Browse the repository at this point in the history
* fix types issues in multiple packages

Co-authored-by: Arun Vishnu <[email protected]>
  • Loading branch information
arunvishnun and Arun Vishnu committed Dec 29, 2022
1 parent a8b5a04 commit 27ecfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/subapp-server/test/spec/fastify-plugin.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe("fastify-plugin", function () {
it("invokes subappServer's setup if it exists", async () => {
const server = await require("@xarc/fastify-server")({
deferStart: true,
connection: { port: 0, host: "localhost" }
connection: { port: 3005, host: "localhost" }
});

const srcDir = Path.join(__dirname, "../data/fastify-plugin-test");
Expand Down

0 comments on commit 27ecfed

Please sign in to comment.