We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4dcf09 commit 2a4160fCopy full SHA for 2a4160f
1 file changed
lib/cache.test.ts
@@ -403,7 +403,11 @@ describe('TTLCache', () => {
403
cache.destroy();
404
});
405
406
+<<<<<<< HEAD
407
it('stores and retrieves multidimensional array values', () => {
408
+=======
409
+ it('preserves complex multidimensional array values', () => {
410
+>>>>>>> dd44a81 (test(cache): verify multidimensional array values)
411
const cache = new TTLCache<number[][]>();
412
413
const matrix = [
0 commit comments