linkerd2/web/app/js/components
Risha Mars 5280ecbf40
Use jest instead of karma for running tests (#1768)
Jest is faster, has more flexibility to run a subset of the tests, and will allow 
us to remove a bunch of our assertion libraries.

Many thanks to @grampelberg for prior work on this (#1000)

This PR:
- changes the test runner from karma to jest
- moves individual tests from /test/ to/js/components` where jest expects them
2018-10-15 17:06:35 -07:00
..
util Use jest instead of karma for running tests (#1768) 2018-10-15 17:06:35 -07:00
AddResources.jsx Don't start a Top in the resource detail page if the resource is unmeshed (#1563) 2018-08-31 14:04:59 -07:00
BaseTable.jsx remove toggle sorting functionality from TableComponent (#630) 2018-03-28 18:01:34 -07:00
BreadcrumbHeader.jsx Add breadcrumb navigation at the top of linkerd dashboard (#1613) 2018-09-12 09:22:01 -07:00
BreadcrumbHeader.test.jsx Use jest instead of karma for running tests (#1768) 2018-10-15 17:06:35 -07:00
CallToAction.jsx Add propType validation (#993) 2018-05-30 17:26:05 -07:00
ErrorBanner.jsx Correctly pass tap errors into the ErrorBanner component (#1443) 2018-08-13 12:20:12 -07:00
ErrorModal.jsx Add an initializing status icon when pods are initializing (#1689) 2018-09-24 10:45:59 -07:00
GrafanaLink.jsx Add grafana icon to links, refactor svgs, link to ResourceDetail component (#1482) 2018-08-17 15:12:33 -07:00
GrafanaLink.test.jsx Use jest instead of karma for running tests (#1768) 2018-10-15 17:06:35 -07:00
Metric.jsx Add propType validation (#993) 2018-05-30 17:26:05 -07:00
MetricsTable.jsx ResourceDetail: display unmeshed sources in the inbound table (#1697) 2018-09-26 10:20:56 -07:00
MetricsTable.test.js Use jest instead of karma for running tests (#1768) 2018-10-15 17:06:35 -07:00
Namespace.jsx Add small success rate chart to table, misc web tweaks (#1628) 2018-09-12 13:47:46 -07:00
NamespaceLanding.jsx Add small success rate chart to table, misc web tweaks (#1628) 2018-09-12 13:47:46 -07:00
NetworkGraph.jsx Add small success rate chart to table, misc web tweaks (#1628) 2018-09-12 13:47:46 -07:00
NetworkGraph.test.jsx Use jest instead of karma for running tests (#1768) 2018-10-15 17:06:35 -07:00
NoMatch.jsx Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
Octopus.jsx Add limit to the number of resources displayed in the Octopus graph (#1722) 2018-10-01 14:22:20 -07:00
PageHeader.jsx Start removing references to conduit in the web UI (#1260) 2018-07-05 15:07:51 -07:00
ResourceDetail.jsx ResourceDetail: display unmeshed sources in the inbound table (#1697) 2018-09-26 10:20:56 -07:00
ResourceList.jsx Add small success rate chart to table, misc web tweaks (#1628) 2018-09-12 13:47:46 -07:00
ResourceList.test.jsx Use jest instead of karma for running tests (#1768) 2018-10-15 17:06:35 -07:00
ServiceMesh.jsx Add breadcrumb navigation at the top of linkerd dashboard (#1613) 2018-09-12 09:22:01 -07:00
ServiceMesh.test.jsx Use jest instead of karma for running tests (#1768) 2018-10-15 17:06:35 -07:00
Sidebar.jsx Added a help section to the sidebar (#1764) 2018-10-15 11:13:21 -07:00
Sidebar.test.jsx Use jest instead of karma for running tests (#1768) 2018-10-15 17:06:35 -07:00
StatusTable.jsx Start removing references to conduit in the web UI (#1260) 2018-07-05 15:07:51 -07:00
Tap.jsx Add a clear button to the tap and top query forms (#1718) 2018-09-28 15:23:33 -07:00
TapEventTable.jsx Indicate a --- for non-grpc requests (#1707) 2018-09-25 11:10:33 -07:00
TapLink.jsx Add link to tap each row in top table (#1643) 2018-09-14 14:35:13 -07:00
TapQueryCliCmd.jsx Fix errors on the tap form when clearing items (#1666) 2018-09-17 14:28:01 -07:00
TapQueryForm.jsx Add a clear button to the tap and top query forms (#1718) 2018-09-28 15:23:33 -07:00
Top.jsx Add a clear button to the tap and top query forms (#1718) 2018-09-28 15:23:33 -07:00
TopEventTable.jsx Add HTTP method to Top display in the CLI and Web UI (#1709) 2018-09-25 11:15:11 -07:00
TopModule.jsx Add a clear button to the tap and top query forms (#1718) 2018-09-28 15:23:33 -07:00
Version.jsx Update version checks to support release channels (#1667) 2018-09-17 17:13:50 -07:00
Version.test.jsx Use jest instead of karma for running tests (#1768) 2018-10-15 17:06:35 -07:00