Skip to content

Commit 074b712

Browse files
committed
fixup! Refactor files.spec.js for possible basePath.
1 parent bd89d2d commit 074b712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/middleware/files.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ basePathConfigs.forEach(([basePath, testTitle]) => {
477477
.forEach((tt) => {
478478
const ttDesc = `${desc} ${JSON.stringify(tt)}`;
479479
it("should behave correctly: " + ttDesc, async () => {
480-
app.use(
480+
appUse(
481481
files(
482482
{
483483
trailingSlash: t.trailingSlashBehavior,

0 commit comments

Comments
 (0)