Fixed broken tests because of preserveConstEnums setting in jest.config.js.

This commit is contained in:
Eric Traut 2020-06-26 19:51:29 -07:00
parent 2cf7f61fc6
commit 0931b1370c

View File

@ -18,7 +18,7 @@ module.exports = {
// Needed because jest calls tsc in a way that doesn't
// inline const enums.
preserveConstEnums: true,
preserveConstEnums: false,
},
},
},