We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd28983 commit fa6824cCopy full SHA for fa6824c
integration-test/entrypoint.clj
@@ -5,12 +5,11 @@
5
[llm-mock.server :as llm-mock.server]))
6
7
(def namespaces
8
- '[;integration.initialize-test
9
- ;integration.chat.openai-test
10
- ;integration.chat.anthropic-test
11
- ;integration.chat.ollama-test
12
- integration.chat.custom-provider-test
13
- ])
+ '[integration.initialize-test
+ integration.chat.openai-test
+ integration.chat.anthropic-test
+ integration.chat.ollama-test
+ integration.chat.custom-provider-test])
14
15
(defn timeout [timeout-ms callback]
16
(let [fut (future (callback))
0 commit comments