Skip to content

Commit

Permalink
Update rendering.js
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan0423 committed Oct 25, 2017
1 parent 58b724c commit 1a61a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/basic/test/rendering.js
Expand Up @@ -2,7 +2,7 @@

import cheerio from 'cheerio'

export default function ({app}, suiteName, render) {
export default function ({ app }, suiteName, render) {
async function get$ (path, query) {
const html = await render(path, query)
return cheerio.load(html)
Expand Down

0 comments on commit 1a61a3d

Please sign in to comment.