Same Code passes test in one site whereas not in another why? Project -Javascript Calculator

Can’t tell without knowing your setup on repl.it but it’s definitely a problem with the newer react version. I’ve had apps with asynchronous tests break on upgrade to 18 and there should be no expectation that the test bundle should work after a major version upgrade. I would use react 17 on projects using the testing bundle.

1 Like