chore(ckeditor5-admoniton): don't fail on no tests

This commit is contained in:
Elian Doran 2025-05-09 21:40:17 +03:00
parent ee6c5fd2aa
commit f5d9789e83
No known key found for this signature in database

View File

@ -24,6 +24,7 @@ export default defineConfig( {
],
globals: true,
watch: false,
passWithNoTests: true,
coverage: {
thresholds: {
lines: 100,