posix4e / puppet

MIT License
8 stars 8 forks source link

Tests for Chrome Extension Script #52

Closed kernel-loophole closed 12 months ago

kernel-loophole commented 1 year ago

This pull request addresses several improvements and updates to the Chrome Extension Script. Message Handling Enhancements:

Added proper handling for the 'anotherMessageType' message type. Improved handling for 'nullMessage' by checking for null message types. Enhanced handling of 'saveHistory' message type to include additional expectations for function calls and fetch requests. Code Cleanup:

Removed redundant code and unused variables to improve code readability. Formatted code to adhere to consistent coding standards.

posix4e commented 1 year ago

@kernel-loophole please modify the github actions to run the tests

kernel-loophole commented 1 year ago

okay will do .