hiebj / stately

elegant, type-safe state management
2 stars 1 forks source link

get rid of `import 'mocha'` #12

Closed hiebj closed 5 years ago

hiebj commented 5 years ago

this is a weird global import. I'd prefer to actually import { describe, it } etc in each file and be explicit. mocha is the only exception to that pattern currently.

hiebj commented 5 years ago

not doing this, since I want to switch to Jest anyway