6
web/src/components/PartCell/PartCell.mock.js
Normal file
6
web/src/components/PartCell/PartCell.mock.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// Define your own mock data here:
|
||||
export const standard = (/* vars, { ctx, req } */) => ({
|
||||
part: {
|
||||
id: 42,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user