Skip to content

test: forbid Vue errors in all test cases

Paul Gascou-Vaillancourt requested to merge global-console-error-assertion into master

This MR addresses the comment in !880 (comment 239061490)

A custom Jest matcher has been added and attached to every test case to ensure that no unexpected Vue errors are logged to the console when components are mounted.

Edited by Paul Gascou-Vaillancourt

Merge request reports