()
| 5 | import createSitCommunity from './communities/sit'; |
| 6 | |
| 7 | export const seed = async () => { |
| 8 | await truncateTables(); |
| 9 | |
| 10 | await createLinenCommunity(); |
| 11 | await createIpsumCommunity(); |
| 12 | await createDolorCommunity(); |
| 13 | await createSitCommunity(); |
| 14 | }; |
no test coverage detected