Skip to content

v3.0.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@angularpackage angularpackage released this 30 Oct 01:14
· 23 commits to main since this release
cb553bf

[3.0.0-alpha] - 2024-10-30

[3.0.0-alpha] Added

  • Added TestingActual to initialize multiple tests on actual or spy 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 the TestingExpectTo.
  • 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 from testing directory.