Releases: angular-package/testing
Releases · angular-package/testing
v3.0.0-alpha
[3.0.0-alpha] - 2024-10-30
[3.0.0-alpha] Added
- Added
TestingActual
to initialize multiple tests onactual
orspy
param. - Added
TestingCustom
to include tests on initialization. - Added
TestingExpectation
class with methods directly accessed by using method names instead of nested structure, but using it through theTestingExpectTo
. - Added
expectations
directory with classes where methods are accessed by using nested object structure and method names. - Added
it
directory with classes with methods are accessed by using nested object structure and method names. - Added
testing
directory with classes where methods are directly accessed by using method names instead of nested structure, but using it. - Added
asyncExpect
and jasmine matchers.
[3.0.0-alpha] Updated
- Updated
Testing
to mixin tests fromtesting
directory.