adonisjs-community / adonis-packages

📦 Discover all AdonisJS packages developed by the community
https://packages.adonisjs.com
70 stars 56 forks source link

Add missing "Testing" to categories #30

Closed McSneaky closed 1 year ago

McSneaky commented 1 year ago

Testing is used as category for several packages, but it's not included in categories array Making yarn sync throw error:

Error: Unknown category Testing for table-driven-html-reporter.
Supported categories: Authentication, Authorization, Communication, Database, Deployment, Devtools, Extensions, Messaging, Monitoring, Payment, Rendering, Security, Storage
    at sync (/home/mcsneaky/Projects/adonis-packages/lib/modules.ts:61:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Promise.all (index 67)
    at async syncAll (/home/mcsneaky/Projects/adonis-packages/lib/modules.ts:169:26)
    at async main (/home/mcsneaky/Projects/adonis-packages/lib/cli.ts:17:27)
error Command failed with exit code 1.
McSneaky commented 1 year ago

Or other option would be to change their category to something else Affected packages:

"Testing" sounds like totally legit category tho

Julien-R44 commented 1 year ago

Thanks dude!