ran npm run tdd & generated TDD
This commit is contained in:
2
test/select/select.js
Normal file
2
test/select/select.js
Normal file
@ -0,0 +1,2 @@
|
||||
module.exports = (from, selector) =>
|
||||
selector.split('.').reduce((prev, cur) => prev && prev[cur], from);
|
||||
Reference in New Issue
Block a user