PolicyEngine / policyengine-app

PolicyEngine's free web app for computing the impact of public policy.
GNU Affero General Public License v3.0
41 stars 109 forks source link

Remove `debug()` calls from Jest tests #2210

Open anth-volk opened 1 week ago

anth-volk commented 1 week ago

In at least one set of tests, the debug output (the Jest JSDOM) is written to stdout, ironically making debug harder when other tests fail.