mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-14 00:21:19 +00:00
setting `customTestInstanceModule` will import typeclasses from the specified module into tests/Instances.hs, to provide typeclass instances for types not known by the generator this property set using `--additional-properties` example: ``` --additional-properties=customTestInstanceModule=CustomInstances ```