style: add ban-ts-comment rule (#2738)

(cherry picked from commit 2e975e79dd)
This commit is contained in:
LongYinan
2023-06-09 11:55:23 +08:00
committed by Alex Yang
parent 9402c80133
commit d436325a5c
16 changed files with 139 additions and 91 deletions
-1
View File
@@ -5,7 +5,6 @@ test('should have page0', async ({ page }) => {
await page.goto('http://localhost:8080/_debug/init-page');
await page.waitForSelector('v-line');
const pageId = await page.evaluate(async () => {
// @ts-ignore
return globalThis.page.id;
});
expect(pageId).toBe('page0');