This repository has been archived by the owner on Jun 21, 2020. It is now read-only.
Supporting nested function testing
Saul can now test nested exports.
This means your export default class Foo { bar() {...} }
can now be tested with:
// @t "can bar" default.bar() throws false