remove local test code

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 6e786f0101
commit 9ff0ab9451

View File

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