()
| 36 | MAKE SURE THERE ARE 20 CATEGORIES IN THE OUTPUT.`; |
| 37 | |
| 38 | const getCollections = async () => { |
| 39 | return await db.select().from(collections); |
| 40 | }; |
| 41 | |
| 42 | // generate 20 categories per each collection |
| 43 | const generateCategories = async () => { |
no outgoing calls
no test coverage detected