Skip to content

Commit 0c3dc51

Browse files
committed
Update snapshot
1 parent c42d636 commit 0c3dc51

File tree

4 files changed

+2
-36
lines changed

4 files changed

+2
-36
lines changed

libs/extractor/src/snapshots/extractor__tests__extract_style_props-7.snap

Lines changed: 0 additions & 29 deletions
This file was deleted.

libs/extractor/src/snapshots/extractor__tests__extract_wrong_keyframs.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source: libs/extractor/src/lib.rs
3-
expression: "ToBTreeSet::from(extract(\"test.tsx\",\nr#\"import { keyframes } from \"@devup-ui/core\";\nkeyframes({\n from: { opacity: 0 },\n [true]: { opacity: 0.5 },\n to: { opacity: 1 }\n})\n\"#,\nExtractOption\n{ package: \"@devup-ui/core\".to_string(), css_file: None }).unwrap())"
3+
expression: "ToBTreeSet::from(extract(\"test.tsx\",\nr#\"import { keyframes } from \"@devup-ui/core\";\nkeyframes({\n from: { opacity: 0 },\n [true]: { opacity: 0.5 },\n to: { opacity: 1, color: dy }\n})\n\"#,\nExtractOption\n{ package: \"@devup-ui/core\".to_string(), css_file: None }).unwrap())"
44
---
55
ToBTreeSet {
66
styles: {

libs/sheet/src/snapshots/sheet__tests__keyframes-3.snap

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
source: libs/sheet/src/lib.rs
3-
expression: sheet.create_css()
3+
expression: past
44
---
55
"@keyframes fadeIn{from{opacity:0}to{opacity:1}}"

0 commit comments

Comments
 (0)