I'm getting this error now when running kaocha on my project:
> clj -M:kaocha
java.nio.file.NotDirectoryException: tests.edn
at sun.nio.fs.WindowsWatchService$Poller.implRegister (WindowsWatchService.java:379)
sun.nio.fs.AbstractPoller.processRequests (AbstractPoller.java:266)
sun.nio.fs.WindowsWatchService$Poller.run (WindowsWatchService.java:596)
java.lang.Thread.run (Thread.java:833)
[watch] watching stopped.
deps.edn alias and tests.edn
Looks like the file watcher changes are causing it to think tests.edn should be a directory for some reason. Adding :kaocha.watch/type :hawk does not fix it.
I'm getting this error now when running kaocha on my project:
deps.edn alias and tests.edn
Looks like the file watcher changes are causing it to think
tests.ednshould be a directory for some reason. Adding:kaocha.watch/type :hawkdoes not fix it.