@@ -8,13 +8,13 @@ Generated by [AVA](https://avajs.dev).
88
99> Snapshot 1
1010
11- '() => React.createElement(\'div\', { id: "foo", __self: this , __source: {fileName: _jsxFileName, lineNumber: 1}}, "hello world" )'
11+ '() => React.createElement(\'div\', { id: "foo", __self: undefined , __source: {fileName: _jsxFileName, lineNumber: 1}}, "hello world" )'
1212
1313## converts jsx with custom jsxPragma
1414
1515> Snapshot 1
1616
17- '() => FakeReactCreateElement(\'div\', { id: "foo", __self: this , __source: {fileName: _jsxFileName, lineNumber: 1}}, "hello world" )'
17+ '() => FakeReactCreateElement(\'div\', { id: "foo", __self: undefined , __source: {fileName: _jsxFileName, lineNumber: 1}}, "hello world" )'
1818
1919## converts typescript
2020
@@ -54,20 +54,20 @@ Generated by [AVA](https://avajs.dev).
5454
5555> Snapshot 1
5656
57- '() => React.createElement(\'div\', { id: "foo", __self: this , __source: {fileName: _jsxFileName$4, lineNumber: 1}}, "hello world" )'
57+ '() => React.createElement(\'div\', { id: "foo", __self: undefined , __source: {fileName: _jsxFileName$4, lineNumber: 1}}, "hello world" )'
5858
5959> Snapshot 2
6060
61- '() => React.createElement(\'div\', { id: "example-b", __self: this , __source: {fileName: _jsxFileName$3, lineNumber: 1}}, "hello world (a second time)" )'
61+ '() => React.createElement(\'div\', { id: "example-b", __self: undefined , __source: {fileName: _jsxFileName$3, lineNumber: 1}}, "hello world (a second time)" )'
6262
6363> Snapshot 3
6464
65- '() => React.createElement(\'div\', { id: "foo", __self: this , __source: {fileName: _jsxFileName$2, lineNumber: 1}}, "hello world" )'
65+ '() => React.createElement(\'div\', { id: "foo", __self: undefined , __source: {fileName: _jsxFileName$2, lineNumber: 1}}, "hello world" )'
6666
6767> Snapshot 4
6868
69- '() => React.createElement(\'div\', { id: "foo", __self: this , __source: {fileName: _jsxFileName$1, lineNumber: 1}}, "hello world" )'
69+ '() => React.createElement(\'div\', { id: "foo", __self: undefined , __source: {fileName: _jsxFileName$1, lineNumber: 1}}, "hello world" )'
7070
7171> Snapshot 5
7272
73- '() => React.createElement(\'div\', { id: "foo", __self: this , __source: {fileName: _jsxFileName, lineNumber: 1}}, "hello world" )'
73+ '() => React.createElement(\'div\', { id: "foo", __self: undefined , __source: {fileName: _jsxFileName, lineNumber: 1}}, "hello world" )'
0 commit comments