mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 03:05:12 +00:00
fix: use more specific ignore pattern;
~> leaked into another test’s route
This commit is contained in:
@@ -93,7 +93,7 @@ const middlewares = [
|
||||
});
|
||||
},
|
||||
ignore: [
|
||||
/foo/i,
|
||||
/foobar/i,
|
||||
'/buzz',
|
||||
'fizz',
|
||||
x => x === '/hello'
|
||||
|
||||
Reference in New Issue
Block a user