Skip to content

Commit

Permalink
prefix bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SmilingXinyi committed Feb 12, 2020
1 parent e030963 commit 580a22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fetch2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,6 @@ describe('Fetch2', () => {
const result = await f2.request('http://localhost:3000/200', {}, {
prefix: '/api'
})
except(result).toBe('')
expect(result).toBe('')
})
})

0 comments on commit 580a22b

Please sign in to comment.