Skip to content

fix(typescript+jest): Fix minor issues with typescript and jest

username-removed-633976 requested to merge dev into master

Jest seemed to have issues with ternaries when babili was running after typescript. Babili isn't needed when running tests anyway, so it is now disabled for all tests

Merge request reports