NCEAS / metacatui

MetacatUI: A client-side web interface for DataONE data repositories
https://nceas.github.io/metacatui
Apache License 2.0
41 stars 27 forks source link

Write some basic unit tests for JSONLD methods in MetadataView.js #646

Open amoeba opened 6 years ago

amoeba commented 6 years ago

Stemming from #645, once https://github.com/NCEAS/metacatui/tree/support-full-app-tests is done and merged, write a set of unit tests to test the JSONLD methods in MetadataView.js. This wasn't done because writing these unit tests requires that work to be done.

Just leaving myself a note so I do it at some point!

laurenwalker commented 2 years ago

Full app unit tests are now supported (see #509) so that should no longer be a blocker. However, I have not tested any View unit tests yet, only Models, I imagine there is some coupling code issues that will be unearthed during that process since views are so chained together.