Regaez / grav-plugin-api

A REST API plugin for GravCMS
MIT License
27 stars 6 forks source link

tests: test plugin config validation #74

Closed Regaez closed 4 years ago

Regaez commented 4 years ago

After the blueprints have been defined (see #17), we should add a test to PluginHandlersTest which checks for a 400 error when the submitted config does not conform to plugin validation as per the blueprint.

Regaez commented 4 years ago

Resolved by #75