1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-12 06:05:43 +07:00

refactor: update dependencies

development keys deps updated
add eslint-plugin-codeceptjs to fix eslint issues for acceptant test
This commit is contained in:
Juan Picado @jotadeveloper
2019-08-04 11:40:45 +02:00
parent 58cb4c7465
commit 40a25a2507
6 changed files with 697 additions and 209 deletions

View File

@@ -0,0 +1,6 @@
{
"rules": {
"new-cap": 0,
"prettier/prettier": 0
}
}

View File

@@ -1,11 +1,8 @@
// 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.
});
}
};