mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +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;
|
||||
}
|
||||
|
||||
@Test
|
||||
@Override
|
||||
public void test() {
|
||||
Assume.assumeFalse( (getScriptEngine().name().startsWith( "SpiderMonkey" ) ) ); // SpiderMonkey shell does not have TextDecoder.
|
||||
super.test();
|
||||
}
|
||||
|
||||
static class TestClass {
|
||||
|
||||
@Export
|
||||
|
Loading…
x
Reference in New Issue
Block a user