generate new test that did already exist & update all module snippets with declaration
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
module.exports = (from, selector) =>
|
||||
module.exports = select = (from, selector) =>
|
||||
selector.split('.').reduce((prev, cur) => prev && prev[cur], from);
|
||||
Reference in New Issue
Block a user