Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed May 9, 2020
1 parent a54fe34 commit 61aebfe
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -4,12 +4,12 @@ var actual = transform(
).code;

var expected = `
var _jsxFileName = "/fake/path/mock.js";
var x = <sometag __source={{
fileName: _jsxFileName,
lineNumber: 1,
columnNumber: 9
}} />;
var _jsxFileName = "/fake/path/mock.js";
var x = <sometag __source={{
fileName: _jsxFileName,
lineNumber: 1,
columnNumber: 9
}} />;
`;

expect(actual).toBe(expected);

0 comments on commit 61aebfe

Please sign in to comment.