diff options
author | 2022-02-22 15:47:11 -0800 | |
---|---|---|
committer | 2022-02-22 15:47:11 -0800 | |
commit | dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864 (patch) | |
tree | 094f1617823b84956710a1a8c8a8d055e17f9a3d /integration/snapshots/code-simplification-neql-define.js | |
parent | fbac824975d425dde279cd4b618aceb49c889d0d (diff) | |
download | bun-dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864.tar.gz bun-dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864.tar.zst bun-dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864.zip |
snaspshots
Diffstat (limited to 'integration/snapshots/code-simplification-neql-define.js')
-rw-r--r-- | integration/snapshots/code-simplification-neql-define.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/integration/snapshots/code-simplification-neql-define.js b/integration/snapshots/code-simplification-neql-define.js index 8c3ef20df..f9d5e8013 100644 --- a/integration/snapshots/code-simplification-neql-define.js +++ b/integration/snapshots/code-simplification-neql-define.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(); } |