From 8470ba449f1b6c68e75e7e3b35fb55f3a9f4d314 Mon Sep 17 00:00:00 2001 From: janos erdos Date: Mon, 22 Jul 2024 16:38:00 +0200 Subject: [PATCH] more requires --- deps.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.edn b/deps.edn index 661a6c54..cae27aa3 100644 --- a/deps.edn +++ b/deps.edn @@ -32,7 +32,7 @@ :extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"} lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"} org.slf4j/slf4j-simple {:mvn/version "1.7.32"}} - :main-opts ["-e" "(require 'stencil.api) ((requiring-resolve 'stencil.spec/instrument))" + :main-opts ["-e" "(require 'stencil.api 'stencil.process 'stencil.model) ((requiring-resolve 'stencil.spec/instrument))" "-m" "kaocha.runner" "--plugin" "kaocha.plugin/junit-xml" "--junit-xml-file" "target/surefire-reports/kaocha.xml"]