aboutsummaryrefslogtreecommitdiff
path: root/test/snapshots/code-simplification-neql-define.js
diff options
context:
space:
mode:
authorGravatar Alexander <alexkuz@gmail.com> 2022-07-09 15:45:38 +0400
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-07-09 05:09:16 -0700
commit7d1c9fa1a471d180c078a860c4885478f334bdf5 (patch)
tree1c7fa59320147142c828dc7ca1d38bbda3722839 /test/snapshots/code-simplification-neql-define.js
parentdd5996379d3783e1982f156056dc550e365920d8 (diff)
downloadbun-7d1c9fa1a471d180c078a860c4885478f334bdf5.tar.gz
bun-7d1c9fa1a471d180c078a860c4885478f334bdf5.tar.zst
bun-7d1c9fa1a471d180c078a860c4885478f334bdf5.zip
Migrate to Zig v0.10.0
Diffstat (limited to 'test/snapshots/code-simplification-neql-define.js')
-rw-r--r--test/snapshots/code-simplification-neql-define.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snapshots/code-simplification-neql-define.js b/test/snapshots/code-simplification-neql-define.js
index 6c0e684df..bf526597c 100644
--- a/test/snapshots/code-simplification-neql-define.js
+++ b/test/snapshots/code-simplification-neql-define.js
@@ -11,7 +11,7 @@ export var $f332019d = $$m({
var RelayQueryResponseCache = function() {
var foo = function RelayQueryResponseCache(_ref) {
var size = _ref.size, ttl = _ref.ttl;
- !(size > 0) && invariant(false, "RelayQueryResponseCache: Expected the max cache size to be > 0, got " + "`%s`.", size);
+ !(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 });