Disable vue3 tests

This commit is contained in:
Ian VanSchooten 2022-11-15 21:21:59 -05:00
parent 6d7eee09a8
commit f9e47d8241

View File

@ -3,7 +3,7 @@ module.exports = {
'<rootDir>/addons/*',
'<rootDir>/frameworks/!(angular)*',
'<rootDir>/lib/*',
'<rootDir>/renderers/*',
'<rootDir>/renderers/!(vue3)*',
'<rootDir>/ui/*',
],
};