logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jasmine - JavaScript Testing Framework

Description

Commands:
       init   initialize jasmine

       examples
              install examples

       help,-h
              show help

       version,-v      show jasmine and jasmine-core versions

       If no command is given, jasmine specs will be run

Name

       jasmine - JavaScript Testing Framework

Options

--no-color
              turn off color in spec output

       --color
              force turn on color in spec output

       --filter=
              filter specs to run only those that match the given string

       --helper=
              load helper files that match the given string

       --require=
              load module that match the given string

       --fail-fast
              stop Jasmine execution on spec failure

       --config=
              path to your optional jasmine.json

       --reporter=
              path to reporter to use instead of the default Jasmine reporter

       --     marker to signal the end of options meant for Jasmine

       The  given  arguments  take  precedence  over  options  in  your  jasmine.json  The path to your optional
       jasmine.json can also be configured by setting the JASMINE_CONFIG_PATH environment variable

       jasmine-core v4.4.0

jasmine v4.5.0                                    October 2022                                        JASMINE(1)

Synopsis

jasmine [command] [options] [files] [--]

See Also