()
| 72 | // generateCategories(); |
| 73 | |
| 74 | const getCategories = async () => { |
| 75 | return await db.select().from(categories); |
| 76 | }; |
| 77 | |
| 78 | // generate 10 subcollections per each category |
| 79 | const generateSubCollections = async () => { |
no outgoing calls
no test coverage detected