UNPKG

generator-confit

Version:

Yeoman generator for creating the development process, tools and a sample project for current-generation web applications

13 lines (8 loc) 281 B
'use strict'; // in this file you can append custom step methods to 'I' object module.exports = function() { return actor({ // Define custom steps here, use 'this' to access default methods of I. // It is recommended to place a general 'login' function here. }); }