mirror of
https://github.com/status-im/codimd.git
synced 2025-01-26 14:08:51 +00:00
refactor: fix lint on test/realtime/connection.test.js
Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
parent
45f0bfa5d8
commit
4d036b50a2
@ -124,7 +124,7 @@ describe('realtime#connection', function () {
|
|||||||
const emitRefreshStub = sinon.stub(realtime, 'emitRefresh')
|
const emitRefreshStub = sinon.stub(realtime, 'emitRefresh')
|
||||||
const failConnectionSpy = sinon.spy(realtime, 'failConnection')
|
const failConnectionSpy = sinon.spy(realtime, 'failConnection')
|
||||||
|
|
||||||
let note = {
|
const note = {
|
||||||
id: noteId,
|
id: noteId,
|
||||||
authors: [
|
authors: [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user