NYCPlanning / ae-zoning-api

This application is API for serving data related to zoning and tax lots.
2 stars 0 forks source link

Update jest config settings to be verbose #166

Closed pratishta closed 7 months ago

pratishta commented 7 months ago

We want to have our jest settings be verbose when specifically running

(initially discussed here)

We can have the verbose attribute in both configurations (package.json and jest-e2e.json), but we wouldn't want this when running all tests / integrating with a CI workflow.