Closed UnPolinomio closed 3 years ago
Hey, there.
Currently npm test throws the following error:
npm test
test/index.js:4:9 ✖ 4:9 Missing file extension for "./core" import/extensions ✖ 5:9 Missing file extension for "./freeze" import/extensions ... 13 errors
This pull request fixes those errors and now all tests pass. Hope you find this useful.
Thanks @UnPolinomio, nice catch!
Hey, there.
Currently
npm test
throws the following error:test/index.js:4:9 ✖ 4:9 Missing file extension for "./core" import/extensions ✖ 5:9 Missing file extension for "./freeze" import/extensions ... 13 errors
This pull request fixes those errors and now all tests pass. Hope you find this useful.