renables test server setting that was reverted (#9046) (#9098)

Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
This commit is contained in:
Ryan Cragun 2025-09-03 17:00:04 -06:00 committed by GitHub
parent a5216935da
commit d283ef5897
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ const appConfig = {
throwUnlessParallelizable: true,
},
hinting: isTest,
tests: isTest,
tests: !isProd,
sourcemaps: {
enabled: !isProd,
},