KT-3008 Fix JS backend tests

This commit is contained in:
Alexey Andreev
2016-04-12 12:31:00 +03:00
parent 848d7f92fa
commit b556b6efca
5 changed files with 18 additions and 6 deletions
@@ -83,7 +83,7 @@ public abstract class JsConfig {
@NotNull
public ModuleKind getModuleKind() {
return configuration.getNotNull(JSConfigurationKeys.MODULE_KIND);
return configuration.get(JSConfigurationKeys.MODULE_KIND, ModuleKind.PLAIN);
}
public abstract boolean checkLibFilesAndReportErrors(@NotNull Function1<String, Unit> report);