Skip to content

Commit

Permalink
fix custom routes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Jul 12, 2020
1 parent 2371966 commit 26eae40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/custom-routes/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ const runTests = (isDev = false) => {
basePath: '',
redirects: [
{
basePath: false,
destination: '/:path+',
regex: normalizeRegEx(
'^(?:\\/((?:[^\\/]+?)(?:\\/(?:[^\\/]+?))*))\\/$'
Expand Down

0 comments on commit 26eae40

Please sign in to comment.