test: reformat and expand test coverage
This commit is contained in:
@@ -23,7 +23,7 @@ function createTestItem(
|
||||
id: string,
|
||||
shapeStr: string,
|
||||
transform = IDENTITY_TRANSFORM,
|
||||
): InventoryItem {
|
||||
): InventoryItem<Record<string, never>> {
|
||||
const shape = parseShapeString(shapeStr);
|
||||
return {
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user