Started splitting engine tests into individual files and testing action props

This commit is contained in:
Thaum Rystra
2024-02-15 23:16:18 +02:00
parent 60117308f7
commit 5b7d352323
13 changed files with 1190 additions and 807 deletions

View File

@@ -7,6 +7,7 @@ export default function computeVariableAsConstant(computation, node, prop) {
try {
parseNode = parse(string);
} catch (e) {
console.error(e);
return;
}
prop.value = parseNode;