Closed khmarbaise closed 3 years ago
It's due to a combination of (at least) two bugs in Bach and a non-matching glob pattern configured for test modules; plus missing "external module lookup directives", which I didn't document, yet.
Fixes are in progress...
This line (read: the composed module finder) hides in-module test modules (patching main modules using same name) and their requires
directives -- which in turns hides them from computation of missing external modules. Using both (main and test) declarations components individually should fix this.
https://github.com/khmarbaise/kata-fraction/tree/bach
Currently I can build on plain command line without issue but it looks like I've overlooked something related to unit tests they are not executed. My assumption that I missed some kind of setup/configuration.
Unfortunately I haven't find something about related in the docs.