es6.test.js has a line `require('./index')` and it should be `require('./es6')` the bug is on line 7, because of this the tests weren't working
es6.test.js has a line
require('./index')and it should be
require('./es6')the bug is on line 7, because of this the tests weren't working