From e5dba6a98604df1555ae46335c65b9cd1df8d9cb Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Mon, 22 Oct 2018 10:50:57 +0800 Subject: [PATCH] remove local test code --- test/integration.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration.ts b/test/integration.ts index f668b625..8c71101f 100644 --- a/test/integration.ts +++ b/test/integration.ts @@ -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, });