Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 5, 2019
1 parent 12880f5 commit d051b0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Object {
"name": "(anonymous_0)",
},
},
"hash": "4a18f02c548d2e5707a54a45b4da0329bae0dcad",
"path": Any<String>,
"s": Object {
"0": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ exports[`ScriptTransformer transforms a file properly 1`] = `
var cov_25u22311x4 = function () {
var path = \\"/fruits/banana.js\\";
var hash = \\"ef12c7f3c0d46c0ac007781d50b4e524293578c6\\";
var Function = function () {}.constructor;
var global = new Function(\\"return this\\")();
var gcv = \\"__coverage__\\";
var coverageData = {
Expand All @@ -105,15 +102,15 @@ var cov_25u22311x4 = function () {
},
f: {},
b: {},
_coverageSchema: \\"43e27e138ebf9cfc5966b082cf9a028302ed4184\\"
_coverageSchema: \\"43e27e138ebf9cfc5966b082cf9a028302ed4184\\",
hash: \\"ef12c7f3c0d46c0ac007781d50b4e524293578c6\\"
};
var coverage = global[gcv] || (global[gcv] = {});
if (coverage[path] && coverage[path].hash === hash) {
return coverage[path];
}
coverageData.hash = hash;
return coverage[path] = coverageData;
}();
Expand All @@ -127,9 +124,6 @@ exports[`ScriptTransformer transforms a file properly 2`] = `
var cov_23yvu8etmu = function () {
var path = \\"/fruits/kiwi.js\\";
var hash = \\"90cf6273dfbcd93e4510a6c5503c2125aab1f1b8\\";
var Function = function () {}.constructor;
var global = new Function(\\"return this\\")();
var gcv = \\"__coverage__\\";
var coverageData = {
Expand Down Expand Up @@ -191,15 +185,15 @@ var cov_23yvu8etmu = function () {
\\"0\\": 0
},
b: {},
_coverageSchema: \\"43e27e138ebf9cfc5966b082cf9a028302ed4184\\"
_coverageSchema: \\"43e27e138ebf9cfc5966b082cf9a028302ed4184\\",
hash: \\"90cf6273dfbcd93e4510a6c5503c2125aab1f1b8\\"
};
var coverage = global[gcv] || (global[gcv] = {});
if (coverage[path] && coverage[path].hash === hash) {
return coverage[path];
}
coverageData.hash = hash;
return coverage[path] = coverageData;
}();
Expand Down

0 comments on commit d051b0d

Please sign in to comment.