diff options
Diffstat (limited to 'integration/snapshots/code-simplification-neql-define.debug.js')
-rw-r--r-- | integration/snapshots/code-simplification-neql-define.debug.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/integration/snapshots/code-simplification-neql-define.debug.js b/integration/snapshots/code-simplification-neql-define.debug.js index 8c3ef20df..f9d5e8013 100644 --- a/integration/snapshots/code-simplification-neql-define.debug.js +++ b/integration/snapshots/code-simplification-neql-define.debug.js @@ -3,10 +3,9 @@ const invariant = () => { 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; export var $f332019d = $$m({ "relay-runtime/lib/network/RelayQueryResponseCache.js": (module, exports) => { var RelayQueryResponseCache = function() { @@ -15,7 +14,7 @@ export var $f332019d = $$m({ !(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(); } |