Skip to main content

DeveloperMode

hotstaq / Modules / DeveloperMode

Enumeration: DeveloperMode

The available developer modes.

Table of contents​

Enumeration members​

Enumeration members​

Development​

• Development = 1

For use during development/debugging. All test data will be collected and executed if necessary.

Defined in​

Hot.ts:24


Production​

• Production = 0

The default developer mode. No tests will be executed and any test related data will be ignored.

Defined in​

Hot.ts:19