Skip to content

Commit

Permalink
Remove other props inside rvm primitives tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-ard committed Oct 24, 2024
1 parent a96a847 commit 5a5c9da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/tests/hosts/02-primitives.test
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ hidden
hidden
// )@@
hidden
// @@(primitive (prim1) (other prop)
// @@(primitive (prim1)
visible
// )@@
hidden
// @@(primitive (prim2) (hey there)
// @@(primitive (prim2)
visible
// )@@
hidden
Expand Down
4 changes: 2 additions & 2 deletions src/tests/hosts/03-use-primitives.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ visible
hidden
// )@@
hidden
// @@(primitive (prim1) (other prop)
// @@(primitive (prim1)
visible
// )@@
hidden
// @@(primitive (prim2) (hey there) (use used)
// @@(primitive (prim2) (use used)
visible
// )@@
hidden
Expand Down

0 comments on commit 5a5c9da

Please sign in to comment.