Jest in AWS CodeBuild: feeling ignored
Jest is a widely used JavaScript testing framework. It can be used “zero-config” with sensible defaults, but you can tweak it with numerous configuration options. Chris Wilton-Magras documents a struggle to work out why his Jest tests weren’t being found when run in AWS CodeBuild – and how he found a solution.
Chris Wilton-Magras