Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boopathi committed Jun 13, 2017
1 parent e067333 commit 197b3fc
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -88,7 +88,8 @@ describe("transform-property-literals-plugin", () => {
const expected = unpad(`
({
ಠ_ಠ: "bar",
"12e34": "wut"
"12e34": "wut",
\u01FC: "AE"
});
`);
expect(transform(source)).toBe(expected);
Expand Down

0 comments on commit 197b3fc

Please sign in to comment.