We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4160f commit 5b5ded0Copy full SHA for 5b5ded0
1 file changed
lib/cache.test.ts
@@ -403,11 +403,7 @@ 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