I know how to run all tests in a package, thanks to https://github.com/eclipse-theia/theia/blob/master/doc/Testing.md What is not clear to me is how I can run a single *spec.ts file. I’m trying to add some unit tests and would like to just repeatedly run that single test file. Can anyone help?
[original thread by Thomas Mäder]