We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aade22 commit 25bfb34Copy full SHA for 25bfb34
1 file changed
usvm-ts/src/test/kotlin/org/usvm/project/DemoCalc.kt
@@ -22,7 +22,7 @@ class RunOnDemoCalcProject : TsMethodTestRunner() {
22
23
@JvmStatic
24
private fun projectAvailable(): Boolean {
25
- return getResourcePathOrNull(PROJECT_PATH) != null
+ return getResourcePathOrNull(PROJECT_PATH) != null && getResourcePathOrNull(SDK_PATH) != null
26
}
27
28
0 commit comments