()
| 234 | aether = new Aether({language: "python", protectAPI: true}); |
| 235 | aether.transpile(code); |
| 236 | const selfValue = {getItems() { return [3, 3, 4, 3, 5, 6, 3]; }}; |
| 237 | const method = aether.createMethod(selfValue); |
| 238 | return expect(aether.run(method)).toEqual(4); |
| 239 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected