is there any way to get `assertArchitecture` to fa...
# konsist
m
is there any way to get
assertArchitecture
to fail if a module exists in the scope but hasn’t been represented by a
Layer
? right now it seems to only know about `Layer`s that have assertions called on them, so if you forget to add one or add a new module later it will still pass
i
Not ATM - I will look into improving architecture after the upcomming
0.14.0
release. I will see what can be done about it Thx for the feedback
👍 1