Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed May 7, 2020
1 parent 8b0e527 commit 43179d7
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 43179d7

Please sign in to comment.