testdouble / teenytest

A very simple, zero-config test runner for Node.js
MIT License
97 stars 14 forks source link

If a module only exports `default`, exclude from the test output #43

Open searls opened 5 years ago

searls commented 5 years ago

teenytest was written before the export keyword was a thing, so if a test only exports default, just truncate that from the names of its tests