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', () => {
|
||||
const base: MiNote = {
|
||||
id: 'some-note-id',
|
||||
updatedAt: null,
|
||||
replyId: null,
|
||||
reply: null,
|
||||
renoteId: null,
|
||||
|
|
|
@ -8,6 +8,7 @@ import { MiNote } from '@/models/Note.js';
|
|||
|
||||
const base: MiNote = {
|
||||
id: 'some-note-id',
|
||||
updatedAt: null,
|
||||
replyId: null,
|
||||
reply: null,
|
||||
renoteId: null,
|
||||
|
|
Loading…
Reference in a new issue