You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IdeaJasmine uses several APIs that are deprecated by JetBrains and, in most cases, scheduled for removal:
JsTestRunConfigurationProducer
StringUtils
PathKt.isFile
StringUtils and PathKt.isFile should be straightforward to replace. JsTestRunConfigurationProducer is more of a challenge because it's undocumented. Although JetBrains has given us advance warning of its removal, they haven't suggested a replacement. Historically there haven't been documented APIs for implementing test runner plugins, but maybe that has changed. The source code to the OSS plugins maintained by JetBrains might also be a useful source of information.
The text was updated successfully, but these errors were encountered:
IdeaJasmine uses several APIs that are deprecated by JetBrains and, in most cases, scheduled for removal:
StringUtils and PathKt.isFile should be straightforward to replace. JsTestRunConfigurationProducer is more of a challenge because it's undocumented. Although JetBrains has given us advance warning of its removal, they haven't suggested a replacement. Historically there haven't been documented APIs for implementing test runner plugins, but maybe that has changed. The source code to the OSS plugins maintained by JetBrains might also be a useful source of information.
The text was updated successfully, but these errors were encountered: