aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/code-simplification-neql-define.hmr.debug.js
diff options
context:
space:
mode:
Diffstat (limited to 'integration/snapshots/code-simplification-neql-define.hmr.debug.js')
-rw-r--r--integration/snapshots/code-simplification-neql-define.hmr.debug.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/integration/snapshots/code-simplification-neql-define.hmr.debug.js b/integration/snapshots/code-simplification-neql-define.hmr.debug.js
index 8ffe01c87..9328d4bc6 100644
--- a/integration/snapshots/code-simplification-neql-define.hmr.debug.js
+++ b/integration/snapshots/code-simplification-neql-define.hmr.debug.js
@@ -16,10 +16,9 @@ var hmr = new FastHMR(726376257, "code-simplification-neql-define.js", FastRefre
testFailed = true;
};
var $$m = (arg) => {
- var module = {exports: {} }, exports = module.exports;
+ var module = { exports: {} }, exports = module.exports;
return arg(module, exports);
};
- var size = 100, ttl = 3600;
var $f332019d = $$m({
"relay-runtime/lib/network/RelayQueryResponseCache.js": (module, exports) => {
var RelayQueryResponseCache = function() {
@@ -28,7 +27,7 @@ var hmr = new FastHMR(726376257, "code-simplification-neql-define.js", FastRefre
!(size > 0) && invariant(false, "RelayQueryResponseCache: Expected the max cache size to be > 0, got " + "`%s`.", size);
!(ttl > 0) && invariant(false, "RelayQueryResponseCache: Expected the max ttl to be > 0, got `%s`.", ttl);
};
- foo({size: 100, ttl: 3600 });
+ foo({ size: 100, ttl: 3600 });
};
RelayQueryResponseCache();
}