Merge pull request #3906 from element-hq/feature/bma/minSizeForHiddenMedia
Min size for hidden media
This commit is contained in:
commit
563c0c6233
16 changed files with 87 additions and 15 deletions
|
|
@ -48,6 +48,9 @@ class KonsistClassNameTest {
|
|||
Konsist.scopeFromProduction()
|
||||
.classes()
|
||||
.withAllParentsOf(PreviewParameterProvider::class)
|
||||
.withoutName(
|
||||
"AspectRatioProvider",
|
||||
)
|
||||
.also {
|
||||
// Check that classes are actually found
|
||||
assertThat(it.size).isGreaterThan(100)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue