Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

1.0.4

Choose a tag to compare

@matanlurey matanlurey released this 16 Jun 15:48
· 213 commits to master since this release

1.0.4

  • Added isInstanceOf to ExpressionBuilder, which performs an is check:
expect(
  reference('foo').isInstanceOf(_barType), 
  equalsSource('foo is Bar'),
);