Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jollytoad committed Sep 1, 2023
1 parent 4a76b82 commit 9abf427
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/transpiling/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -587,9 +587,7 @@ export class A {
assert!(transpiled_source
.text
.contains("React.createElement(\"my:tag\", null"));
assert!(transpiled_source
.text
.contains("\"my:attr\": \"this\""));
assert!(transpiled_source.text.contains("\"my:attr\": \"this\""));
}

#[test]
Expand Down

0 comments on commit 9abf427

Please sign in to comment.