I tried to do
the same as Rust in TypeScript, I made a test runner that ran the
test_X function for the file. It worked ok, but it became too messy so I decided separate files with the same filename +
.spec is good as well. I definitely
not want to hunt the test files in different directories/projects.
replied to:
Interesting. I wonder what you think about unit tests... Because apparently in rust, the code and the tests live in the same file? In asp dot net, they are completely different projects ๐