1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-01 00:51:38 +07:00
verdaccio-ui/test/acceptance/steps_file.js
Juan Picado @jotadeveloper 40a25a2507
refactor: update dependencies
development keys deps updated
add eslint-plugin-codeceptjs to fix eslint issues for acceptant test
2019-08-04 11:40:45 +02:00

9 lines
265 B
JavaScript

// 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.
});
};