mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	fix backend tests
This commit is contained in:
		
							parent
							
								
									deb2474bdb
								
							
						
					
					
						commit
						ce8d0e45e9
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -25,6 +25,7 @@ describe('NoteCreateService', () => {
 | 
				
			||||||
	describe('is-renote', () => {
 | 
						describe('is-renote', () => {
 | 
				
			||||||
		const base: MiNote = {
 | 
							const base: MiNote = {
 | 
				
			||||||
			id: 'some-note-id',
 | 
								id: 'some-note-id',
 | 
				
			||||||
 | 
								updatedAt: null,
 | 
				
			||||||
			replyId: null,
 | 
								replyId: null,
 | 
				
			||||||
			reply: null,
 | 
								reply: null,
 | 
				
			||||||
			renoteId: null,
 | 
								renoteId: null,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,6 +8,7 @@ import { MiNote } from '@/models/Note.js';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const base: MiNote = {
 | 
					const base: MiNote = {
 | 
				
			||||||
	id: 'some-note-id',
 | 
						id: 'some-note-id',
 | 
				
			||||||
 | 
						updatedAt: null,
 | 
				
			||||||
	replyId: null,
 | 
						replyId: null,
 | 
				
			||||||
	reply: null,
 | 
						reply: null,
 | 
				
			||||||
	renoteId: null,
 | 
						renoteId: null,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue