Open lukasz-gryzbon opened 3 years ago
When I set the file extension of the approved files like this:
internal class ResourcesApprovalsExtension : ApprovalsExtension( fileSystemApproverFactory(File("src/test/resources/approved"), ".json")
then the IntelliJ shortcut doesn't work any more.
I suspect it's because the extensions are hardcoded here: Approve.kt
private val actualExtension = ".actual" private val approvedExtension = ".approved"
When I set the file extension of the approved files like this:
then the IntelliJ shortcut doesn't work any more.
I suspect it's because the extensions are hardcoded here: Approve.kt