Refactor tests and activate them for working with JS

This commit is contained in:
Nikolay Krasko
2013-03-18 18:55:01 +04:00
parent a79e997611
commit 1a5ccafd47
32 changed files with 1020 additions and 362 deletions
@@ -0,0 +1,4 @@
package js.<caret>
// EXIST: dom
// ABSENT: Date, JSON, capitalize
@@ -0,0 +1,4 @@
val test = JSON.<caret>
// EXIST: stringify
// EXIST: parse