remove local test code

This commit is contained in:
Yanzhen Yu
2018-10-22 10:50:57 +08:00
parent 5934cc71f2
commit e5dba6a986

View File

@@ -70,7 +70,6 @@ describe('integration tests', () => {
before(async () => {
this.server = await server();
this.browser = await puppeteer.launch({
executablePath: '/home/yanzhen/Desktop/chrome-linux/chrome',
// headless: false,
});