test(css-dimensions-util): add test boilerplate

This commit is contained in:
2026-06-03 23:40:14 +02:00
parent a0d592d26e
commit 008e38e54a
+1 -1
View File
@@ -17,5 +17,5 @@ limitations under the License.
import { test } from 'vitest'; import { test } from 'vitest';
test.for([ test.for([
])('ensureUnit returns %expected with input $dimension', () => { ])('ensureUnit returns $expected with input $dimension', ({ dimension, expected }) => {
}); });