open-nomad/ui/tests
Buck Doyle e525ff99d3
Remove inverse block for list-pagination (#6523)
As the angle bracket invocation RFC says:

> There is no dedicated syntax for passing an "else" block
> directly. If needed, that can be passed using the named
> blocks syntax.

https://github.com/emberjs/rfcs/blob/master/text/0311-angle-bracket-invocation.md#block

Unfortunately, using a contextual component doesn’t help as
the yield inside that component will still result in content
rendering that would show when the source isn’t empty. So
we decided to change the interface so you have to check
whether the source is empty before using it, which aligns with
how list-table works.
2019-10-24 07:05:43 -05:00
..
acceptance UI: Update Mirage to 1.1.2 (#6166) 2019-09-26 13:47:07 -05:00
helpers UI: Update Mirage to 1.1.2 (#6166) 2019-09-26 13:47:07 -05:00
integration Remove inverse block for list-pagination (#6523) 2019-10-24 07:05:43 -05:00
pages UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
unit UI: Update Ember to 3.12 LTS (#6419) 2019-10-15 13:32:58 -05: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