mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
完善单元测试
This commit is contained in:
parent
5baa1b2560
commit
a42decd00f
@ -20,7 +20,7 @@ describe('测试登录是否正常', () => {
|
|||||||
assert(body.code === 200)
|
assert(body.code === 200)
|
||||||
done()
|
done()
|
||||||
} else {
|
} else {
|
||||||
done(err)
|
done('登录错误')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user