Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz committed Sep 8, 2022
1 parent 37e3323 commit dc37eac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/e2e/middleware-general/test/index.test.ts
Expand Up @@ -116,7 +116,10 @@ describe('Middleware Runtime', () => {
'ANOTHER_MIDDLEWARE_TEST',
'STRING_ENV_VAR',
],
files: ['server/edge-runtime-webpack.js', 'server/middleware.js'],
files: expect.arrayContaining([
'server/edge-runtime-webpack.js',
'server/middleware.js',
]),
name: 'middleware',
page: '/',
matchers: [{ regexp: '^/.*$' }],
Expand Down

0 comments on commit dc37eac

Please sign in to comment.