This repository was archived by the owner on Apr 8, 2025. It is now read-only.
1.0.4
1.0.4
- Added
isInstanceOftoExpressionBuilder, which performs anischeck:
expect(
reference('foo').isInstanceOf(_barType),
equalsSource('foo is Bar'),
);