So i have this file that i want to test,
it has a datastructure and then just
test "the_test" {
...
}
When I change something and wanna try to see if it now works, it just doesn't return anything. (see pic)
I do change things in the file tbc, and the test for sure isn't passing.
It sometimes does actually recompile but only sometimes.
How does this happen?