feat: inline constant tag transformation #221
Annotations
2 errors
Test:
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
|
Test
Process completed with exit code 1.
|
Loading