apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.16k stars 988 forks source link

Investigate Jasmine 3.6.0 test failures #978

Closed dpogue closed 1 year ago

dpogue commented 4 years ago

Tech Debt

Follow up from https://github.com/apache/cordova-ios/pull/976

Problem

Unit tests fail when run with Jasmine 3.6.0.

What is expected to happen?

Tests pass.

What does actually happen?

A bunch of tests fail with TypeError: target is not a constructor.

erisu commented 1 year ago

Close as completed. The main branch shows that Jasmin@^3.10.0 is being used.

https://github.com/apache/cordova-ios/blob/master/package.json#L35