When iterating on fixing a test it is really handy to be able to specify which test to run. Our current test commands are written in a way that prevents the ability to pass parameters to jest, so we can't pass a --name or anything like that from the cli and instead would need to manually edit the command in package.json
I suspect we can tweak this to support the cli use case.
When iterating on fixing a test it is really handy to be able to specify which test to run. Our current test commands are written in a way that prevents the ability to pass parameters to jest, so we can't pass a
--nameor anything like that from the cli and instead would need to manually edit the command in package.jsonI suspect we can tweak this to support the cli use case.