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