Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
anonysoul committed Jan 29, 2024
1 parent 27a9364 commit 740ac2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/linux.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ test("enable", () => {
};
LinuxProxied.enable(config);
const status = LinuxProxied.status();
console.log(status);
if (status !== null) {
expect(status.http!.hostname).toBe(config.http?.hostname);
expect(status.http!.port).toBe(config.http?.port);
Expand Down

0 comments on commit 740ac2f

Please sign in to comment.