@absolunet/ioc2.1.0

View on GitHub

JestEngine

Jest engine.

Extends

Members

engine :*

Source:
Overrides:
Engine accessor.

path :string

Source:
Overrides:
Engine CLI path accessor.

describe :function

Source:
Overrides:
Get describe method.

test :function

Source:
Overrides:
Get test method.

beforeAll :function

Source:
Overrides:
Get beforeAll method.

beforeEach :function

Source:
Overrides:
Get beforeEach method.

afterEach :function

Source:
Overrides:
Get afterEach method.

afterAll :function

Source:
Overrides:
Get afterAll method.

expect :function

Source:
Overrides:
Get expect method.

assert :*

Source:
Overrides:
Get assert object.

Methods

getPathArgument(repositoryNameopt)

Source:
Inherited From:
Extra argument to send to the CLI from the tested folder type.
Parameters:
Name Type Attributes Description
repositoryName string <optional>
The repository name.
Returns:
The path arguments.
Type
string