refactor(Cypress): Moved Cypress to the main folder of the project, as I don't need a sub project for now.
This commit is contained in:
5
node_modules/ramda/src/internal/_of.js
generated
vendored
Normal file
5
node_modules/ramda/src/internal/_of.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
function _of(x) {
|
||||
return [x];
|
||||
}
|
||||
|
||||
module.exports = _of;
|
Reference in New Issue
Block a user