If comp is the default env, and test_drivebase is selected, and no file "XConstants.json" exists, then `jsonHandler.saveObject(_)` writes into `comp`. However, if you touch a zero-byte file in `test_drivebase`, it's written there.
If comp is the default env, and test_drivebase is selected, and no file "XConstants.json" exists, then
jsonHandler.saveObject(_)writes intocomp.However, if you touch a zero-byte file in
test_drivebase, it's written there.