Skip to content

Releases: angular-package/testing

v3.0.0-alpha

30 Oct 01:14
cb553bf
Compare
Choose a tag to compare
v3.0.0-alpha Pre-release
Pre-release

[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.

1.1.0

19 Jul 01:22
1286270
Compare
Choose a tag to compare

[1.1.0] - 2021-07-19

Added

  • 77f326a
    Abstract TestingExpect class to manage expect() function of jasmine.

  • afb98f5
    Class TestingToBeMatchers with matchers that use the toBe() method of jasmine.Matchers.

  • 3bf2046
    Tests for the TestingToBeMatchers.

Changed

1.0.1

14 Jul 14:06
f1e5324
Compare
Choose a tag to compare

[1.0.1] - 2021-07-14

Changed

Fixed

  • 58bdbad Fix toBe() and toEqual() method by adding a generic Value instead of any.
  • 946803f Fix instanceof link in the README.md.