Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 4b2b644

Browse files
committed
fix: use more specific ignore pattern;
~> leaked into another test’s route
1 parent 566addd commit 4b2b644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/app/app/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const middlewares = [
9393
});
9494
},
9595
ignore: [
96-
/foo/i,
96+
/foobar/i,
9797
'/buzz',
9898
'fizz',
9999
x => x === '/hello'

0 commit comments

Comments
 (0)