DAVFoundation / dav-js

Enable integration of JavaScript, TypeScript, and Node.js code with the DAV Network
https://developers.dav.network/
MIT License
75 stars 50 forks source link

Fix Kafka tests #140

Closed vne closed 5 years ago

vne commented 5 years ago

Add argument types for BasicParams mocks to fix issues with Kafka-related tests

Related Issue

Presumably, #139 is related. Please, note that this PR addresses only Kafka tests issues, so after merging Travis will still fail because of failing Contracts tests (see PR #141).

Motivation and Context

Kafka tests were failing.

How Has This Been Tested?

npm run jest

$ node -v v10.15.3 $ npm -v 6.4.1

Types of changes

Checklist: