open-nomad/ui/tests
Michael Lange 2db4f5519a Guard against a null value for the HostVolumes hash
When a node has no host volumes, the API response will
have a null value for the HostVolumes attribute, which
in turn becomes a null value instead of an empty array
in the store. This protects against that, ensuring host
volumes is always an array.
2020-03-26 09:54:59 -07:00
..
acceptance UI: Support for CSI (#7446) 2020-03-25 07:51:26 -05:00
helpers Refactor ability tests to use a setup hook for ability lookup 2020-01-30 21:29:21 -08:00
integration UI: add exec terminal (#6697) 2020-03-24 18:22:16 -05:00
pages UI: add exec terminal (#6697) 2020-03-24 18:22:16 -05:00
unit Guard against a null value for the HostVolumes hash 2020-03-26 09:54:59 -07:00
utils Add tests for findAll store culling 2018-03-02 16:21:37 -08:00
.eslintrc.js New test helper for getting the underlying CodeMirror instance from a dom selector 2018-08-16 10:56:37 -07:00
index.html Update the test index.html file 2019-04-10 14:54:32 -07:00
test-helper.js Update test-helper to new testing style 2019-04-10 14:54:32 -07:00