Closed hhovsepi closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
cb3c2f2
) 99.64% compared to head (5a40cf1
) 99.64%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:tada: This PR is included in version 9.6.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
In implementing this PR I followed these steps:
lib/vehicle.js
test/end-to-end/vehicle.js
npm run test:e2e
to assert success:npm run test:e2e
to assert success:Prior to writing the tests, I created
server.js
file in the root of the repository and tested the response locally to assert success, the response was the following:Here is the contents of my
server.js
file: