monday maintenance #549
pull-request-ci.yml
on: pull_request
Code Validation
2m 14s
Matrix: test
Annotations
2 errors
src/engine/PluginController_test.ts > PluginController > WebsitePlugins > Should have a plugin which matches the target identifier for each mapped legacy plugin:
web/src/engine/PluginController_test.ts#L72
AssertionError: expected [ 'kingofmanga', 'lynxscans' ] to deeply equal []
- Expected
+ Received
- []
+ [
+ "kingofmanga",
+ "lynxscans",
+ ]
❯ src/engine/PluginController_test.ts:72:29
|
Code Validation
Process completed with exit code 1.
|