Hi!
TestCase - testWebConfigComponentScanPackages - does not work properly.
https://github.com/bobocode-projects/spring-framework-exercises/blob/master/account-jsp/src/test/java/com/bobocode/WebAppConfigTest.java
assertThat(componentScan.value(), ...) - returns empty array.
Maybe there should be - assertThat(componentScan.basePackages() ?