Skip to content

Commit 414b2f1

Browse files
committed
chore: update test cases
1 parent 6dee723 commit 414b2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/swc_ecma_transforms_react/tests/__swc_snapshots__/src/refresh/tests.rs/include_hook_signature_in_commonjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
var _s = $RefreshSig$();
21
import { jsx as _jsx } from "react/jsx-runtime";
2+
var _s = $RefreshSig$();
33
import { useFancyState } from './hooks';
44
import useFoo from './foo';
55
export default function App() {

0 commit comments

Comments
 (0)