-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
closed: wontfixThis will not be worked onThis will not be worked on
Description
Hi,
I am using a different file organization than the default one. Tests files are located in ./src/test without special filenames. Just like for regular Kaocha, in Kaocha-CLJS I was using this sort of configuration:
{:id :node
:type :kaocha.type/cljs
:kaocha/ns-patterns [".+"]
:kaocha/source-paths ["src/main"]
:kaocha/test-paths ["src/test"])However, with Kaocha-CLJS2, I get:
WARNING: No tests were found, make sure :test-paths and :ns-patterns are configured correctly in tests.edn.I have no idea if I am doing something wrong or if, for some reason, those options are not supported. I have a bit of a trouble migrating from version 1 for node + Chui for browser to version 2 for everything.
Metadata
Metadata
Assignees
Labels
closed: wontfixThis will not be worked onThis will not be worked on
Type
Projects
Status
❌ Won't fix