fix: use more specific ignore pattern;

~> leaked into another test’s route
This commit is contained in:
Luke Edwards
2018-07-31 16:54:29 -07:00
parent 566addd406
commit 4b2b6440d0

View File

@@ -93,7 +93,7 @@ const middlewares = [
});
},
ignore: [
/foo/i,
/foobar/i,
'/buzz',
'fizz',
x => x === '/hello'