From c92ad10f60f5f4f4cecbd671a03e9288ec2290c7 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 31 Aug 2023 09:24:10 -0700 Subject: [PATCH] chore: fix issue template --- .github/ISSUE_TEMPLATE/bug.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 370d836a4e..52eb7d6a3e 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -46,6 +46,7 @@ export default defineConfig({ name: 'chromium', use: { ...devices['Desktop Chrome'], }, }, + ] }); ```