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
See: DataService class and implement the isDataFormatValid(...) method (it always returns true for the moment)
Tests are implemented, just implement and be sure that npm test is ok. They are marked as skipped for the moment on the console output:
Data Service
Data Format
When isDataFormatValid(...) is implemented, please unskip them.
Proposal: use the jsonschema lib.
The text was updated successfully, but these errors were encountered:
See:
DataService
class and implement theisDataFormatValid(...)
method (it always returns true for the moment)Tests are implemented, just implement and be sure that
npm test
is ok. They are marked as skipped for the moment on the console output:When
isDataFormatValid(...)
is implemented, please unskip them.Proposal: use the jsonschema lib.
The text was updated successfully, but these errors were encountered: