aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/code-simplification-neql-define.hmr.debug.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-22 15:47:11 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-22 15:47:11 -0800
commitdfa3e19cbf1a4fefcad424b7a5a50569ce3d6864 (patch)
tree094f1617823b84956710a1a8c8a8d055e17f9a3d /integration/snapshots/code-simplification-neql-define.hmr.debug.js
parentfbac824975d425dde279cd4b618aceb49c889d0d (diff)
downloadbun-dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864.tar.gz
bun-dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864.tar.zst
bun-dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864.zip
snaspshots
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();
}