generated from Seekra/repository-template
test(css-dimensions-util): add test boilerplate
This commit is contained in:
@@ -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 }) => {
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user