feat: inline constant tag transformation #221
Annotations
2 errors
packages/unminify/src/transformations/__tests__/un-jsx.spec.ts > jsx with dynamic Component tag #7:
packages/unminify/src/transformations/__tests__/un-jsx.spec.ts#L260
AssertionError: expected 'function fn() {\n <div>Hello</div>;\…' to deeply equal 'function fn() {\n return <div>Hello<…'
- Expected
+ Received
function fn() {
- return <div>Hello</div>;
+ <div>Hello</div>;
}
❯ packages/unminify/src/transformations/__tests__/un-jsx.spec.ts:260:1
❯ packages/test-utils/src/index.ts:32:22
|
check
Process completed with exit code 1.
|