From a0d592d26e6683edb16f6fa052bdb1d3ed3e0555 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Wed, 3 Jun 2026 23:38:04 +0200 Subject: [PATCH] test(css-dimensions-util): add test boilerplate --- src/utils/__tests__/cssDimensions.test.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/utils/__tests__/cssDimensions.test.js b/src/utils/__tests__/cssDimensions.test.js index 347cfbb..5747280 100644 --- a/src/utils/__tests__/cssDimensions.test.js +++ b/src/utils/__tests__/cssDimensions.test.js @@ -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. -*/ \ No newline at end of file +*/ + +import { test } from 'vitest'; + +test.for([ +])('ensureUnit returns %expected with input $dimension', () => { +}); \ No newline at end of file