added a bunch more JS test cases from standard library test cases
This commit is contained in:
@@ -14,7 +14,10 @@ import java.util.ArrayList
|
||||
/**
|
||||
*/
|
||||
class KDocTest {
|
||||
Test fun generateKDocForStandardLibrary() {
|
||||
Test fun dummy() {
|
||||
}
|
||||
//Test
|
||||
fun generateKDocForStandardLibrary() {
|
||||
var moduleName = "ApiDocsModule.kt"
|
||||
var dir = "."
|
||||
if (!File(moduleName).exists()) {
|
||||
|
||||
Reference in New Issue
Block a user