Skip to content

Add exhaustive unit testing for each adapter and the main BikeTagClient methods #88

Description

@KenEucker

Testing for each of the adapters was added when created but each is entirely commented out. Of the 39 tests that run on behalf of the current jest config, only the client.test.ts file contains any real testing. All of the testing files have moved to the test folder and out of the src folder.

The test/src folder should be the unit tests that cover the ts file. There is an e2e folder in there as well, which

We're not aiming for 100% coverage. I think, for each of the adapter methods we should have tests covering the required params to complete the request and the responses provided by the method.

Reports are to be added to this ticket as testing progresses towards the BikeTag v2.0 release.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions