Enhancement
The testing harness should throw when the selector isn't found. Th.is would help debug failing tests
Package Version:
Code
h.trigger('@nonExistantSelector', 'whatToTrigger');
Expected behavior:
The trigger call will throw an error indicating the selector could not be found.
Actual behavior:
The trigger passes silently.