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 Jest test file path and remove debugging logs in 'src/ride-hailing/NeedFilterParams.test.ts' #73

Closed mariolo1985 closed 6 years ago

mariolo1985 commented 6 years ago

I was testing Jest behavior and pushed my debugging logs to master.

This will:

Expected Behavior

Current Behavior

Possible Solution

update root property in jest config

Steps to Reproduce (for bugs)

  1. run npm run jest
  2. Only test files in src/ride-hailing runs

Context

Unable to run all tests

Your Environment