Skip to content

Tests not found #6

@helins

Description

@helins

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

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    ❌ Won't fix

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions