toonvanstrijp / nestjs-i18n

The i18n module for nestjs.
https://nestjs-i18n.com
Other
642 stars 106 forks source link

Added errorHttpStatusCode to the I18nException #519

Closed Tow96 closed 1 year ago

Tow96 commented 1 year ago

Description

Linked Issues

Additional context

toonvanstrijp commented 1 year ago

@Tow96 great work! Thanks for your contribution.

toonvanstrijp commented 1 year ago

@Tow96 One test is failing, could you take a look at this?

Tow96 commented 1 year ago

Fixed, issue was that forgetting to add the ? symbol to options, inc ase they were undefined. The tests should pass now

coveralls commented 1 year ago

Coverage Status

coverage: 90.696% (+0.4%) from 90.284% when pulling fcb428d5c82783cf06fc8467e1bf3824746ad8ba on Tow96:feature/httpexception_codes into 08b68df1aeb15a6e09882e2eb417b79154a7ddf4 on toonvanstrijp:main.

toonvanstrijp commented 1 year ago

Thanks for your contribution @Tow96