cucumber
Version:
The official JavaScript implementation of Cucumber.
8 lines (7 loc) • 532 B
JavaScript
var SupportCode = {};
SupportCode.Hook = require('./support_code/hook');
SupportCode.Library = require('./support_code/library');
SupportCode.StepDefinition = require('./support_code/step_definition');
SupportCode.StepDefinitionSnippetBuilder = require('./support_code/step_definition_snippet_builder');
SupportCode.WorldConstructor = require('./support_code/world_constructor');
module.exports = SupportCode;