Add test cases for mark
This commit is contained in:
parent
9adf08bf95
commit
8d3b80af53
5 changed files with 86 additions and 4 deletions
|
@ -72,7 +72,7 @@ http.createServer(function (req, res) {
|
|||
}
|
||||
|
||||
let u = url.parse(req.url);
|
||||
if (u.pathname === '/scroll') {
|
||||
if (u.pathname === '/scroll' || u.pathname === '/mark') {
|
||||
handleScroll(req, res);
|
||||
} else if (u.pathname === '/a-pagenation') {
|
||||
handleAPagenation(req, res);
|
||||
|
|
Reference in a new issue