alpacahq / alpaca-ts

A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.
ISC License
154 stars 42 forks source link

Add unit tests for parser #17

Closed lbstr closed 3 years ago

lbstr commented 3 years ago

There are other areas that could be tested too, but I feel like the parser is a good start.

117 commented 3 years ago

Which of these do you prefer?

lbstr commented 3 years ago

Jest. I've never used ava, but I do have a ton of experience with Jest.

117 commented 3 years ago

Jest it is then, I've been wanting to use it. 😄

lbstr commented 3 years ago

OK awesome! I should be able to get it set up. The part where I struggled with AVA was getting tsc to ignore the test files, so hopefully I can figure that out second time around.

117 commented 3 years ago

Really thorough man, loving these additions. 😄