Go to repository

Function jest

Returns the string for the bash command to run jest command with the gobstones-script detected configuration. If any test contains the ".only" call, only run that specific file (This only works on UNIX based systems, not Windows). You may modify the behavior based on arguments.

jest({ coverage: true })

Parameters

Returns string

The bash command string.