forked from svrjs/svrjs
test: rename web root postfixes middleware test suite to match the corresponding middleware file
This commit is contained in:
parent
645223451a
commit
58d252defa
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const parseURL = require("../../src/utils/urlParser.js");
|
||||||
jest.mock("../../src/utils/urlSanitizer.js");
|
jest.mock("../../src/utils/urlSanitizer.js");
|
||||||
jest.mock("../../src/utils/urlParser.js");
|
jest.mock("../../src/utils/urlParser.js");
|
||||||
|
|
||||||
describe("Web root prefixes middleware", () => {
|
describe("Web root postfixes middleware", () => {
|
||||||
let req, res, logFacilities, config, next;
|
let req, res, logFacilities, config, next;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
Reference in a new issue