mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 00:32:06 +08:00
correct some mistakes for global variable
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
const assert = require('assert')
|
||||
const request = require('request')
|
||||
host = global.host || 'http://localhost:3000'
|
||||
const host = global.host || 'http://localhost:3000'
|
||||
|
||||
describe('测试搜索是否正常', () => {
|
||||
it('获取到的数据的 name 应该和搜索关键词一致', done => {
|
||||
|
Reference in New Issue
Block a user