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