mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-06 23:22:06 +08:00
add eslint
This commit is contained in:
@ -8,7 +8,7 @@ describe('测试获取评论是否正常', () => {
|
||||
id: 32311
|
||||
}
|
||||
|
||||
request.get({url: `${host}/comment/album`,qs: qs}, (err, res, body) => {
|
||||
request.get({url: `${host}/comment/album`, qs: qs}, (err, res, body) => {
|
||||
if (!err && res.statusCode == 200) {
|
||||
body = JSON.parse(body)
|
||||
assert(body.code === 200)
|
||||
|
Reference in New Issue
Block a user