You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently unit tests are ran against one of the generated JavaScript bundles.
I think we want to run our tests against the TypeScript files, this will also give us insight into the code coverage.
The text was updated successfully, but these errors were encountered:
Also I'd like to mention that existed tests are not really unit tests - they are functional tests, which test how the lib works against certain list of VAT in certain situations.
So I don't think that we can talk about the "coverage" atm: we don't have unit tests
Currently unit tests are ran against one of the generated JavaScript bundles.
I think we want to run our tests against the TypeScript files, this will also give us insight into the code coverage.
The text was updated successfully, but these errors were encountered: