test: forbid Vue errors in all test cases
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