mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
Tests should check for presence of title with "Verdaccio" not "Sinopia"
This commit is contained in:
parent
1efd94dfe6
commit
b31198f685
@ -39,7 +39,7 @@ describe('toplevel', function() {
|
|||||||
url: 'http://localhost:' + port + '/',
|
url: 'http://localhost:' + port + '/',
|
||||||
}, function(err, res, body) {
|
}, function(err, res, body) {
|
||||||
assert.equal(err, null)
|
assert.equal(err, null)
|
||||||
assert(body.match(/<title>Sinopia<\/title>/))
|
assert(body.match(/<title>Verdaccio<\/title>/))
|
||||||
done()
|
done()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user