Resolve "Implement bdd tests in cucumber"
All threads resolved
dist
adapter.esm.js +10 -1
adapter.js +10 -1
features
adapter
authenticates.js +4 -4
receives.js +37 -0
adapter_receives.feature +30 -0
src/adapter
index.js +10 -0
test/fixtures
message-vehicle-status.json +18 -0
package.json +1 -1
- Dan Jones authored
+ Ensure dist modules are built before running tests + Test successful receive responses + TODO test decode and validate are invoked
+ 10
- 1
+ 10
- 1
+ 37
- 0
\ No newline at end of file
+ 30
- 0
+ 10
- 0
\ No newline at end of file
+ 1
- 1