Skip to content

Tags: GregOnNet/angular-testing-library

Tags

v7.4.2

Toggle v7.4.2's commit message

Unverified

This user has not yet uploaded their public signing key.
fix: inline documentation typos

v7.4.1

Toggle v7.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow type to receive a number value (testing-library#44)

v7.4.0

Toggle v7.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add selectOptions function (testing-library#41)

v7.3.0

Toggle v7.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: import NoopAnimationsModule by default (testing-library#40)

v7.2.0

Toggle v7.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add type function (testing-library#37)

v7.1.1

Toggle v7.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(jest): export mock utils (testing-library#35)

Closes testing-library#34

v7.1.0

Toggle v7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(jest): add createMock (testing-library#30)

v7.0.2

Toggle v7.0.2's commit message
fix: render function typing (testing-library#32)

Closes testing-library#29

v7.0.1

Toggle v7.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow component declarations in modules (testing-library#28)

Use the `excludeComponentDeclaration` option to exclude the component to be automatically be added as a declaration.

v7.0.0

Toggle v7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: providers on a module level (testing-library#26)

BREAKING CHANGE:

Component providers should be provided via `componentProviders`.