consul/ui-v2/tests
John Cowen 32387fdbcf ui: Enable creating listeners using an object/hash (#5975)
Makes listening to multiple events on one target slightly easier.
Adding events can be rolled up into passing through an object, and the
returned remove function removes all of the handlers in the object

For example:

```
//this.listen...
const remove = listeners.add(
  {
    'message': handler,
    'error': handler
  }
);
remove(); // removes all listeners in the object
```

The entire API for listeners is now becoming slightly overloaded, so
potentially we'd use this API always and remove the ability to use a
string/function pair.
2019-09-04 08:35:04 +00:00
..
acceptance ui: Include yadda/gherkin dictionaries we use for acc testing (#5956) 2019-09-04 08:35:01 +00:00
helpers ui: Include yadda/gherkin dictionaries we use for acc testing (#5956) 2019-09-04 08:35:01 +00:00
integration ui: Ensure an EventSource isn't opened if closed before first tick (#5703) 2019-09-04 08:34:59 +00:00
lib UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
pages ui: Adds readonly meta data to the serviceInstance and node detail pages (#6196) 2019-08-02 13:53:52 +02:00
steps ui: Implements a testable clipboard {{copy-button}} (#5967) 2019-06-21 11:42:40 +01:00
unit ui: Enable creating listeners using an object/hash (#5975) 2019-09-04 08:35:04 +00:00
index.html ui: modify content path (#5950) 2019-06-26 11:43:30 -05:00
pages.js ui: Adds ability to search by policy, role or service ident names (#5811) 2019-06-05 09:25:32 +01:00
steps.js ui: Implements a testable clipboard {{copy-button}} (#5967) 2019-06-21 11:42:40 +01:00
test-helper.js ui: Implements a testable clipboard {{copy-button}} (#5967) 2019-06-21 11:42:40 +01:00