Skip to content

Commit

Permalink
Update routes-manifest tests for new value
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 29, 2020
1 parent 3ede95e commit 7133860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/custom-routes/test/index.test.js
Expand Up @@ -293,6 +293,7 @@ const runTests = (isDev = false) => {

expect(manifest).toEqual({
version: 1,
page404: false,
basePath: '',
redirects: [
{
Expand Down
1 change: 1 addition & 0 deletions test/integration/dynamic-routing/test/index.test.js
Expand Up @@ -419,6 +419,7 @@ function runTests(dev) {

expect(manifest).toEqual({
version: 1,
page404: false,
basePath: '',
headers: [],
rewrites: [],
Expand Down

0 comments on commit 7133860

Please sign in to comment.