@ggflutter/sumo
Advanced tools
Comparing version 2.5.75003815 to 2.5.75003816
{ | ||
"author": "Luigi Allocca", | ||
"name": "@ggflutter/sumo", | ||
"version": "2.5.75003815", | ||
"version": "2.5.75003816", | ||
"description": "A mutation testing tool for Ethereum smart contracts", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -164,3 +164,3 @@ const express = require('express'); | ||
const sub = node.condition.subExpression; | ||
isNonStateChange(sub) | ||
return isNonStateChange(sub); | ||
} | ||
@@ -238,3 +238,3 @@ | ||
let nonStateChanges = []; | ||
console.log(JSON.stringify(body)); | ||
// Separa le state changes dalle non-state changes | ||
@@ -241,0 +241,0 @@ body.forEach(statement => { |
353117
6854