Turn on tests.
This commit is contained in:
@@ -20,8 +20,7 @@ import org.jetbrains.k2js.config.EcmaVersion;
|
||||
|
||||
/**
|
||||
*/
|
||||
//TODO
|
||||
public abstract class StdLibTestToJSTest extends StdLibTestSupport {
|
||||
public class StdLibTestToJSTest extends StdLibTestSupport {
|
||||
public void testGenerateTestCase() throws Exception {
|
||||
generateJavaScriptFiles(EcmaVersion.all(),
|
||||
"libraries/stdlib/test",
|
||||
|
||||
@@ -20,8 +20,7 @@ import org.jetbrains.k2js.config.EcmaVersion;
|
||||
|
||||
/**
|
||||
*/
|
||||
//TODO
|
||||
public abstract class StdLibToJSTest extends StdLibTestSupport {
|
||||
public class StdLibToJSTest extends StdLibTestSupport {
|
||||
|
||||
public void testCompileJavaScriptFiles() throws Exception {
|
||||
generateJavaScriptFiles(EcmaVersion.all(),
|
||||
|
||||
Reference in New Issue
Block a user