mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Update test/api.ts
This commit is contained in:
		
							parent
							
								
									3720a7fbe0
								
							
						
					
					
						commit
						4c160869b8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -94,7 +94,7 @@ describe('API', () => {
 | 
			
		|||
		setTimeout(async () => {
 | 
			
		||||
			await Promise.all([
 | 
			
		||||
				db.get('users').drop(),
 | 
			
		||||
				db.get('posts').drop(),
 | 
			
		||||
				db.get('notes').drop(),
 | 
			
		||||
				db.get('driveFiles.files').drop(),
 | 
			
		||||
				db.get('driveFiles.chunks').drop(),
 | 
			
		||||
				db.get('driveFolders').drop(),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue