You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for v4.10.0 the goal is to increase overall test coverage by up to 50%
Potential scope (splittable, feel free to create separate issues or skip items):
⚠️ IMPORTANT: split scope by separate branches/PRs, if the target scope is different of the diff, is big enough ⭐ NOTE: split tests by files even if they are related to the same submodule if that is reasonable from support perspective
Major:
[⚡for esl-utils] fix esl-utils/async/test/promise.raf.ts test file name
[⚡for esl-mixin-element] cover $$cls, $$attr, $$fire methods with unit tests
[⚡for esl-trigger] cover esl-trigger target to toggleable request delegation with unit tests Note: please make sure you create unit tests encapsulated enough - use fake ESLToggleable implementation, use fake events, and make cases clean, simple, and separated
[⚡for esl-trigger] cover esl-trigger toggleable tracking functionality with unit tests Note: please make sure you create unit tests encapsulated enough - use fake ESLToggleable implementation, use fake events, and make cases clean, simple, and separated
[⚡for esl-toggleable] cover esl-toggleable basic cases with unit tests
[⚡for esl-toggleable] cover esl-toggleable-dispatcher with unit tests
Normal:
[⚡for esl-toggleable] unit tests for body-class | container-class functionality of esl-toggleable
[⚡for esl-toggleable] unit tests for request:show|hide events of esl-toggleable
[⚡for esl-trigger] cover esl-trigger hover behavior with unit tests Note: please make sure you create unit tests encapsulated enough - use fake ESLToggleable implementation, use fake events, and make cases clean, simple, and separated
[⚡for esl-toggleable] unit tests for touch hover behavior of esl-toggleable
[⚡for esl-toggleable] basic integration tests for esl-trigger + esl-toggleable
Minor:
[⚡for esl-toggleable] unit tests for default a11ty of esl-toggleable
[⚡for esl-trigger] cover esl-trigger default a11ty with unit tests Note: please make sure you create unit tests encapsulated enough - use fake ESLToggleable implementation, use fake events, and make cases clean, simple, and separated
[⚡for esl-toggleable] unit tests for outside-action functionality of esl-toggleable
The text was updated successfully, but these errors were encountered:
As for v4.10.0 the goal is to increase overall test coverage by up to 50%
Potential scope (splittable, feel free to create separate issues or skip items):
⭐ NOTE: split tests by files even if they are related to the same submodule if that is reasonable from support perspective
Major:
esl-utils/async/test/promise.raf.ts
test file name$$cls
,$$attr
,$$fire
methods with unit testsesl-trigger
target to toggleable request delegation with unit testsNote: please make sure you create unit tests encapsulated enough - use fake ESLToggleable implementation, use fake events, and make cases clean, simple, and separated
esl-trigger
toggleable tracking functionality with unit testsNote: please make sure you create unit tests encapsulated enough - use fake ESLToggleable implementation, use fake events, and make cases clean, simple, and separated
esl-toggleable
basic cases with unit testsesl-toggleable-dispatcher
with unit testsNormal:
esl-toggleable
request:show|hide
events ofesl-toggleable
esl-trigger
hover behavior with unit testsNote: please make sure you create unit tests encapsulated enough - use fake ESLToggleable implementation, use fake events, and make cases clean, simple, and separated
esl-toggleable
esl-utils/dom/attr
tests coverageesl-trigger
+esl-toggleable
Minor:
esl-toggleable
esl-trigger
default a11ty with unit testsNote: please make sure you create unit tests encapsulated enough - use fake ESLToggleable implementation, use fake events, and make cases clean, simple, and separated
esl-toggleable
The text was updated successfully, but these errors were encountered: