Skip to content

Commit

Permalink
wip: branch-level adt wrapping in JSON codecs
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Aug 29, 2024
1 parent aebb238 commit 5032329
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/scala/io/septimalmind/baboon/tests/BaboonTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import izumi.distage.testkit.model.TestConfig
import izumi.distage.testkit.scalatest.Spec1
import izumi.fundamentals.platform.functional.Identity

import java.nio.file.Paths

abstract class BaboonTest extends Spec1[Identity] {
override protected def config: TestConfig = super.config.copy(
pluginConfig = PluginConfig.const(
Expand All @@ -22,7 +24,7 @@ abstract class BaboonTest extends Spec1[Identity] {
csUseCompactAdtForm = true,
csWrappedAdtBranchCodecs = true,
),
Seq.empty,
Seq(Paths.get("./src/test/resources/baboon")),
None,
).morph[PluginBase]
)
Expand Down

0 comments on commit 5032329

Please sign in to comment.