Skip to content

Commit

Permalink
test: fix jsx test
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 5, 2018
1 parent 2eb1ef9 commit 7cb01d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ test('jsx', () => {
}
`.trim(), defaultOptions)
expect(code).toMatch(`var h = arguments[0]`)
expect(code).toMatch(`return h("div", null, ["bar"])`)
expect(code).toMatch(`return h("div", ["bar"])`)
})

0 comments on commit 7cb01d0

Please sign in to comment.