UNPKG

cucumber

Version:

The official JavaScript implementation of Cucumber.

15 lines (14 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const commandTypes = { INITIALIZE: 'initialize', RUN: 'run', READY: 'ready', FINALIZE: 'finalize', EVENT: 'event' }; var _default = commandTypes; exports.default = _default;