Math scaffolding

This commit is contained in:
dcodeIO
2018-03-24 17:18:15 +01:00
parent 19a616dd96
commit 721d77012b
15 changed files with 1637 additions and 25 deletions

View File

@ -120,7 +120,8 @@ tests.forEach(filename => {
my: {
externalFunction: function() { },
externalConstant: 2
}
},
JSMath: Math
});
console.log("- " + chalk.green("instantiate OK"));
} catch (e) {