Klowner / tussle

Tus daemon written in Typescript using a pluggable architecture
MIT License
37 stars 2 forks source link

Help write unit tests #1

Closed Klowner closed 3 years ago

Klowner commented 3 years ago

Want to help increase Tussle's test coverage?

Integration and unit tests need to be written for a few components. As of writing, there are integration tests available for state components (see packages/spec/src/stateTests.ts), but storageTests.ts and requestTests.ts are pretty much empty.

Feel free to add anything that increases test coverage.

:partying_face: