Skip to content

Commit 00b9834

Browse files
committed
Update snapshot
1 parent d728ba5 commit 00b9834

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/babel-plugin-component-annotate/test/__snapshots__/test-plugin.test.ts.snap

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -415,13 +415,6 @@ export default function componentName() {
415415
}"
416416
`;
417417

418-
exports[`ignores React.Fragment with member expression handling 1`] = `
419-
"import React from 'react';
420-
export default function TestComponent() {
421-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(\\"div\\", null, \\"Content\\"));
422-
}"
423-
`;
424-
425418
exports[`ignores components with member expressions when in ignoredComponents 1`] = `
426419
"import React from 'react';
427420
import { Tab } from '@headlessui/react';

0 commit comments

Comments
 (0)