Top modern browsers already support ES6 modules. This is great news from the unit testing perspective. A browser can natively load and test project sources without transpiler. As a developer I would love to utilize this feature! Removing extra steps from the development process will improve speed and productivity. Below is a story of how I got it working with Mocha test-runner. Start with the offi