(code, that)
| 12 | let aether = new Aether({language}); |
| 13 | |
| 14 | const luaEval = function(code, that) { |
| 15 | aether.reset(); |
| 16 | aether.transpile(code); |
| 17 | return aether.run(); |
| 18 | }; |
| 19 | |
| 20 | describe(`${language} Test suite`, function() { |
| 21 | describe("Basics", function() { |
no test coverage detected