hey, I tried upgrading kaocha to the latest 1.62.993 but I'm running into an issue on Windows:
> 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.
here's the alias in deps.edn: <https://github.com/skynet-gh/skylobby/blob/master/deps.edn#L145-L151>Can you add a :kaocha.watch/type :hawk to tests.edn and see if this persists?
same error with that set
I have the same error. Running on clj on windows