mirror of
				https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
				synced 2025-11-04 01:05:22 +01:00 
			
		
		
		
	Revert "permet l'ajout des frameworks et des routes"
This reverts commit 361112699c
			
			
This commit is contained in:
		
							
								
								
									
										12
									
								
								app/node_modules/object-inspect/test/deep.js
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								app/node_modules/object-inspect/test/deep.js
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -1,12 +0,0 @@
 | 
			
		||||
var inspect = require('../');
 | 
			
		||||
var test = require('tape');
 | 
			
		||||
 | 
			
		||||
test('deep', function (t) {
 | 
			
		||||
    t.plan(4);
 | 
			
		||||
    var obj = [[[[[[500]]]]]];
 | 
			
		||||
    t.equal(inspect(obj), '[ [ [ [ [ [Array] ] ] ] ] ]');
 | 
			
		||||
    t.equal(inspect(obj, { depth: 4 }), '[ [ [ [ [Array] ] ] ] ]');
 | 
			
		||||
    t.equal(inspect(obj, { depth: 2 }), '[ [ [Array] ] ]');
 | 
			
		||||
 | 
			
		||||
    t.equal(inspect([[[{ a: 1 }]]], { depth: 3 }), '[ [ [ [Object] ] ] ]');
 | 
			
		||||
});
 | 
			
		||||
		Reference in New Issue
	
	Block a user