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 
TestingActualto initialize multiple tests onactualorspyparam. - Added 
TestingCustomto include tests on initialization. - Added 
TestingExpectationclass with methods directly accessed by using method names instead of nested structure, but using it through theTestingExpectTo. - Added 
expectationsdirectory with classes where methods are accessed by using nested object structure and method names. - Added 
itdirectory with classes with methods are accessed by using nested object structure and method names. - Added 
testingdirectory with classes where methods are directly accessed by using method names instead of nested structure, but using it. - Added 
asyncExpectand jasmine matchers. 
[3.0.0-alpha] Updated
- Updated 
Testingto mixin tests fromtestingdirectory.