Skip to content

Commit

Permalink
fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkzawa committed Apr 25, 2022
1 parent 990bd1c commit c33a9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/middleware/core/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('Middleware base tests', () => {
})
})

it('should contains process.env without other properties', async () => {
it('should contains process polyfill', async () => {
const res = await fetchViaHTTP(context.appPort, `/global`)
const json = await res.json()
expect(json).toEqual({
Expand Down

0 comments on commit c33a9e4

Please sign in to comment.