Skip to content

Commit

Permalink
wrap renamed to run
Browse files Browse the repository at this point in the history
  • Loading branch information
porsager committed Sep 20, 2024
1 parent 7fad58b commit 9e2212f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ t`CSS`(
),

t`implicit units`({
wrap([a, el, prop]) {
run([a, el, prop]) {
s.mount(() => el)
return [a, w.getComputedStyle(b.firstElementChild)[prop]]
}
Expand Down Expand Up @@ -281,7 +281,7 @@ t`Rendering`(
}),

t`s.trust`({
wrap([a, b]) {
run([a, b]) {
s.mount(() =>
s``({
dom: x => {
Expand Down

0 comments on commit 9e2212f

Please sign in to comment.