mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
Activate tests again for SpiderMonkey
This commit is contained in:
parent
28853373c6
commit
35005e2a1a
@ -47,13 +47,6 @@ public class StringOperations extends AbstractBaseTest {
|
|||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
@Override
|
|
||||||
public void test() {
|
|
||||||
Assume.assumeFalse( (getScriptEngine().name().startsWith( "SpiderMonkey" ) ) ); // SpiderMonkey shell does not have TextDecoder.
|
|
||||||
super.test();
|
|
||||||
}
|
|
||||||
|
|
||||||
static class TestClass {
|
static class TestClass {
|
||||||
|
|
||||||
@Export
|
@Export
|
||||||
|
Loading…
x
Reference in New Issue
Block a user