lehh / nestjs-soap

Nestjs module wrapper for soap npm package
MIT License
21 stars 15 forks source link

Tests/jest configuration #7

Closed rjpkuyper closed 3 years ago

rjpkuyper commented 3 years ago

Add tests and coverage + 80%

Added missing unit and integration tests.

Husky

Added husky for precommit hook.

Refactor

Refactored utils function to async await.

lehh commented 3 years ago

Huge thanks for the updates @rjpkuyper :).