Switch to chrome headless mode instead of phantomjs.

This commit is contained in:
Guo Xiang Tan
2017-12-19 15:59:41 +08:00
parent 30ddc1f222
commit 6a4f391e38
13 changed files with 284 additions and 721 deletions

View File

@ -37,4 +37,4 @@ QUnit.test("userPath with BaseUri", assert => {
assert.equal(userPath(), '/forum/u');
assert.equal(userPath('eviltrout'), '/forum/u/eviltrout');
assert.equal(userPath('hp.json'), '/forum/u/hp.json');
});
});