i have this problem only in code editor, I can lint, build and test without problems, but files with test have red flag in webstorm
// CommonJS export
module.exports = DiffEngine
module.exports.default = DiffEngine
// ES module export
export default DiffEngine