Skip to content

Commit

Permalink
bugfix/second-locale-in-pathname remove console.log (#31289)
Browse files Browse the repository at this point in the history
Sorry, I forgot to remove console.log in a test
  • Loading branch information
vordgi committed Nov 11, 2021
1 parent ae72632 commit 0c04f96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/i18n-support/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ describe('i18n Support', () => {
expect(res.status).toBe(404)
const $ = cheerio.load(await res.text())
const props = JSON.parse($('#props').text())
console.log(props)
expect($('#not-found').text().length > 0).toBe(true)
expect(props).toEqual({
is404: true,
Expand Down

0 comments on commit 0c04f96

Please sign in to comment.