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

This commit is contained in:
2026-06-03 23:38:04 +02:00
parent 0b6adfa41d
commit a0d592d26e
@@ -13,3 +13,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
import { test } from 'vitest';
test.for([
])('ensureUnit returns %expected with input $dimension', () => {
});