Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

Supporting nested function testing

Compare
Choose a tag to compare
@nadeesha nadeesha released this 17 Jun 01:09
· 14 commits to master since this release

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