@dci-lint/test-cmd-api-server

Integration tests for the DCI Lint API Client package (formerly known as the SDK package that has been renamed for to purpose of being less ambiguous)

Usage no npm install needed!

<script type="module">
  import dciLintTestCmdApiServer from 'https://cdn.skypack.dev/@dci-lint/test-cmd-api-server';
</script>

README

@dci-lint/test-cmd-api-server

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

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.