I have a test \'works with nested children\' within the file fix-order-test.js.
Running the below runs all the tests in the file.
jest fix-order-test
If you have jest running as a script command, something like npm test, you need to use the following command to make it work:
jest
npm test
npm test -- -t "fix order test"