remove test change
This commit is contained in:
parent
ca501e99c6
commit
bf15219397
@ -2077,7 +2077,7 @@ def test_component_add_hooks_var():
|
|||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
assert list(hook for hook in HookComponent()._get_all_hooks()) == [
|
assert list(HookComponent()._get_all_hooks()) == [
|
||||||
"const hook3 = useRef(null)",
|
"const hook3 = useRef(null)",
|
||||||
"const hook1 = 42",
|
"const hook1 = 42",
|
||||||
"const hook2 = 43",
|
"const hook2 = 43",
|
||||||
|
Loading…
Reference in New Issue
Block a user