Skip to content

Commit

Permalink
convert to arrow function
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoOtavioS committed Jan 27, 2024
1 parent f450086 commit 22d4baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lib-http-proxy-passes-web-outgoing-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
const httpProxy = require("../lib/http-proxy/passes/web-outgoing");
const expect = require("expect.js");

describe("lib/http-proxy/passes/web-outgoing.js", function () {
describe("#setRedirectHostRewrite", function () {
describe("lib/http-proxy/passes/web-outgoing.js", () => {
describe("#setRedirectHostRewrite", () => {
beforeEach(function () {
this.req = {
headers: {
Expand Down

0 comments on commit 22d4baf

Please sign in to comment.