open-nomad/ui/tests
Buck Doyle 222b36ced3
UI: use lazy-loading for Xterm.js (#7964)
This updates Xterm.js to 4.6.0, which includes support for reverse-wraparound
mode, so we no longer need to use a vendored dependency, which closes #7461.
The interface for accessing the buffer that’s used for test assertions changed.

With the dependency now accessed conventionally, we can have it load only when
it’s needed by an exec popup window, which closes #7516. That saves us
≈60kb compressed in the dependency bundle!
2020-05-26 09:56:25 -05:00
..
acceptance UI: use lazy-loading for Xterm.js (#7964) 2020-05-26 09:56:25 -05:00
helpers
integration UI: use lazy-loading for Xterm.js (#7964) 2020-05-26 09:56:25 -05:00
pages Show the number of allocations in the the goto links on plugin detail 2020-05-20 14:22:47 -07:00
unit Test coverage for the gauge chart 2020-05-13 08:36:05 -07:00
utils
.eslintrc.js
index.html
test-helper.js