Fixing tests
This solution is in fact rather hackish, but the only way I see to fix it is to restructure the process of configuring test class paths altogether
This commit is contained in:
@@ -71,6 +71,7 @@ public abstract class JsUnitTestBase extends MultipleFilesTranslationTest {
|
||||
boolean removed = additionalLibraryFiles.remove(Config.LIBRARIES_LOCATION + "/stdlib/testCode.kt");
|
||||
assert removed;
|
||||
result.addAll(additionalLibraryFiles);
|
||||
result.add(Config.LIBRARIES_LOCATION + "/stdlib/TuplesCode.kt");
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user