mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-15 20:34:44 +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: [
|
ignore: [
|
||||||
/foo/i,
|
/foobar/i,
|
||||||
'/buzz',
|
'/buzz',
|
||||||
'fizz',
|
'fizz',
|
||||||
x => x === '/hello'
|
x => x === '/hello'
|
||||||
|
|||||||
Reference in New Issue
Block a user