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

This commit is contained in:
2026-06-03 23:38:04 +02:00
parent 0b6adfa41d
commit a0d592d26e
+7 -1
View File
@@ -12,4 +12,10 @@ distributed under the License is distributed on an "AS IS" BASIS,
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', () => {
});