JS: move more test to box tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
function getTestObject() {
|
||||
return {
|
||||
"foo" : "boo",
|
||||
"bar" : 35,
|
||||
0 : "ok",
|
||||
1 : 2
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user