brentlintner / mimus

A test runner agnostic stubbing library for NodeJS, supporting dependency injection and auto stubbing

Home Page:http://npmjs.org/mimus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support ES6 const, etc

brentlintner opened this issue · comments

Rewire does not support const. Perhaps it could be updated or if implementing a new lib within mimus, then support changing top level const to let?