Here's some fixes I made when writing functional tests for a module that depends on jwt. I had to add the schema and delete the empty yml in config/install to get them going. Deleting that config shouldn't be a problem, but if there's a reason why a stub is there, please let me know.
Resolves https://github.com/gabesullice/jwt/issues/17
Here's some fixes I made when writing functional tests for a module that depends on
jwt
. I had to add the schema and delete the empty yml inconfig/install
to get them going. Deleting that config shouldn't be a problem, but if there's a reason why a stub is there, please let me know.