Closed tdumitrescu closed 8 years ago
JSON.stringifying the entire dataset obj was producing {"key": "myVar"} instead of {"key": myVar}
{"key": "myVar"}
{"key": myVar}
Coverage remained the same at 100.0% when pulling dcb9b42337a99d2091751180b148ac9a8b2017cf on variable-data into b3e51767d265a1e560966c79990753f30f7a6a5f on master.
JSON.stringifying the entire dataset obj was producing
{"key": "myVar"}
instead of{"key": myVar}