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:
6
test/acceptance/.eslintrc
Normal file
6
test/acceptance/.eslintrc
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"rules": {
|
||||
"new-cap": 0,
|
||||
"prettier/prettier": 0
|
||||
}
|
||||
}
|
||||
@@ -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.
|
||||
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user