mirror of
https://github.com/status-im/codimd.git
synced 2025-01-13 13:54:54 +00:00
refactor: fix lint on test/realtime/dirtyNoteUpdate.test.js
Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
parent
4d036b50a2
commit
eaef11507c
@ -57,7 +57,7 @@ describe('realtime#update note is dirty timer', function () {
|
|||||||
socks: []
|
socks: []
|
||||||
}
|
}
|
||||||
|
|
||||||
let note2 = {
|
const note2 = {
|
||||||
server: {
|
server: {
|
||||||
isDirty: true
|
isDirty: true
|
||||||
},
|
},
|
||||||
@ -79,7 +79,7 @@ describe('realtime#update note is dirty timer', function () {
|
|||||||
callback(null, note)
|
callback(null, note)
|
||||||
})
|
})
|
||||||
|
|
||||||
let note = {
|
const note = {
|
||||||
server: {
|
server: {
|
||||||
isDirty: true
|
isDirty: true
|
||||||
},
|
},
|
||||||
@ -109,7 +109,7 @@ describe('realtime#update note is dirty timer', function () {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
let note = {
|
const note = {
|
||||||
server: {
|
server: {
|
||||||
isDirty: true
|
isDirty: true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user