From 9e2212fda4588697e31dc0d94b636bc7e979f02a Mon Sep 17 00:00:00 2001 From: Rasmus Porsager Date: Sat, 21 Sep 2024 00:20:36 +0200 Subject: [PATCH] wrap renamed to run --- tests/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/index.js b/tests/index.js index 46e1c4e..72243ff 100644 --- a/tests/index.js +++ b/tests/index.js @@ -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]] } @@ -281,7 +281,7 @@ t`Rendering`( }), t`s.trust`({ - wrap([a, b]) { + run([a, b]) { s.mount(() => s``({ dom: x => {