mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Adding delegate to one more TCK test
This commit is contained in:
parent
ba5342f860
commit
9528e33462
|
@ -224,7 +224,11 @@ public class KnockoutTCKTest {
|
|||
public void fromJsonWithUTF8() throws Throwable {
|
||||
jsonTest.fromJsonWithUTF8();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void fromJsonEmptyValues() throws Throwable {
|
||||
jsonTest.fromJsonEmptyValues();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void toJSONInABrowser() throws Throwable {
|
||||
jsonTest.toJSONInABrowser();
|
||||
|
|
Loading…
Reference in New Issue
Block a user