0.6.4 • Published 1 year ago

@dci-lint/test-api-client v0.6.4

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

@dci-lint/test-api-client

This is the test package for the package that's called api-client

Usage

// TODO: DEMONSTRATE API

FAQ

What is a dedicated test package for?

This is a dedicated test package meaning that it verifies the integration between two packages that are somehow dependent on each other and therefore these tests cannot be added properly in the child package due to circular dependency issues and it would not be fitting to add it in the parent because the child package's tests should not be held by the parent as a matter of principle.