Skip to content

Commit e73fe8d

Browse files
committed
Rm comment
1 parent bdb4392 commit e73fe8d

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

.changeset/silver-teeth-stand.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@devup-ui/wasm": patch
3+
---
4+
5+
Fix className

libs/extractor/src/lib.rs

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2673,27 +2673,6 @@ e(o, { className: "a", bg: variable, style: { color: "blue" }, ...props })
26732673
));
26742674
}
26752675

2676-
// #[test]
2677-
// #[serial]
2678-
// fn props_multi_expression_1() {
2679-
// assert_debug_snapshot!(ToBTreeSet::from(
2680-
// extract(
2681-
// "test.tsx",
2682-
// r#"import {Box as C} from '@devup-ui/core'
2683-
// <C padding={1}
2684-
// _hover={{
2685-
// borderColor: true ? 'blue' : ``,
2686-
// }}
2687-
// className={variable} />
2688-
// "#,
2689-
// ExtractOption {
2690-
// package: "@devup-ui/core".to_string(),
2691-
// css_file: None
2692-
// }
2693-
// )
2694-
// .unwrap()
2695-
// ));
2696-
// }
26972676
#[test]
26982677
#[serial]
26992678
fn props_multi_expression() {

0 commit comments

Comments
 (0)