I have a functionality, while loading an LWC component a toast event will fire from the child component and will display the toast message on the page load (without clicking on any Save or Submit button). To test this toast message using JEST file, it is not firing an event. Is there any function to explicitly fire toast event in the jest test file.