Fork me on GitHub
#protorepl
<
2018-11-25
>
pdmct01:11:39

ok, tried with a new project and it seems to work fine using the same config .. I ended up removing all the tests (inc the tests folder) from the project and it seemed to start working there were a couple of failing tests but that looked ok otherwise -- not sure what is going on with that.

seancorfield02:11:27

@pdmct That's good to know. I wonder if you had some top-level code, outside tests etc, that was causing problems being executed when the tests were loaded?

seancorfield02:11:03

Perhaps left over from an earlier experiment and not deleted or placed into a deftest...

pdmct07:11:30

@seancorfield not sure, I haven't put them back in yet but there was something funky going on with them. I might re-introduce them gradually and see if I can find what is going wrong. Thanks for your help.