How do I start Jest test?

How can I begin the Jest test?

Jest can be run straight from the CLI (provided it’s in your PATH) with a range of handy parameters. If you want to learn more about executing jest via the command line, see the Jest CLI Options page.