Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrich committed Nov 20, 2023
1 parent 6c46e98 commit 6d999db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('generateConfig', () => {
platform: {
apiRuntime: 'node:16'
},
routes: [
routes: expect.arrayContaining([
{
methods: ['POST', 'PUT', 'DELETE'],
rewrite: '/api/__render',
Expand All @@ -38,7 +38,7 @@ describe('generateConfig', () => {
},
route: '/appDir/immutable/*'
}
]
])
});
});

Expand Down

0 comments on commit 6d999db

Please sign in to comment.