DAVFoundation / dav-js

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

Update Makefile to change jest task name to test #17

Closed TalAter closed 6 years ago

TalAter commented 6 years ago

Change because the Makefile wasn't working as it was trying to run a task called test when the task was named jest.

Changed it so the task is called test, which is more semantically correct (people running Make shouldn't care if the testing is run via jest or mocha or something else).

I would also consider changing the task name to test in package.json.