Warn when `Simulator` runs but no events have been registered
Open
enhancement
- Dominant language
- Dart
- Stars
- 489
- Forks
- 88
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 10
Description
### Motivation
Usually, if someone calls `Simulator.run` and there are no registered events in the simulator, that would be a bug. It would be nice to either throw or at least signal a warning to help debug the issue.
### Desired solution
Some method to highlight to the user that the simulator didn't have anything registered.
### Alternatives considered
_No response_
### Additional details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.