Skip to content

Commit 13fa8d1

Browse files
committed
update permissions
1 parent de55c7e commit 13fa8d1

1 file changed

Lines changed: 16 additions & 11 deletions

File tree

tests.edn

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
#kaocha/v1
2-
{:tests [{:kaocha.filter/skip ["provisdom.math.integrals-test"]}]
3-
:reporter #profile {:default kaocha.report/dots
4-
:ci kaocha.report/documentation}
5-
:color? #profile {:default true :ci false}
6-
:plugins #profile {:default []
7-
:ci [:kaocha.plugin/print-invocations
8-
:kaocha.plugin/profiling
9-
:kaocha.plugin/junit-xml]}
10-
:kaocha.plugin.profiling/count 10
11-
:kaocha.plugin.junit-xml/target-file "reports/junit.xml"
12-
:kaocha.plugin.junit-xml/add-location-metadata? true}
2+
{:tests [{:kaocha.filter/skip ["provisdom.math.integrals-test"]}]
3+
:reporter #profile {:default kaocha.report/dots
4+
:ci kaocha.report/documentation}
5+
:color? #profile {:default true :ci false}
6+
:plugins #profile {:default []
7+
:ci [:kaocha.plugin/print-invocations
8+
:kaocha.plugin/profiling
9+
:kaocha.plugin/junit-xml
10+
:kaocha.plugin/hooks]}
11+
:kaocha.hooks/config [provisdom.test.kaocha-timeout/config-hook]
12+
:kaocha.hooks/wrap-run [provisdom.test.kaocha-timeout/wrap-run-hook]
13+
:kaocha.hooks/post-test [provisdom.test.kaocha-timeout/post-test-hook]
14+
:kaocha.plugin.profiling/count 10
15+
:kaocha.plugin.junit-xml/target-file "reports/junit.xml"
16+
:kaocha.plugin.junit-xml/add-location-metadata? true
17+
:provisdom.test.kaocha-timeout/timeout-seconds 100}

0 commit comments

Comments
 (0)