mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
chore(prettier): update prettier config
This commit is contained in:
parent
ceef83d609
commit
a77c141d35
66 changed files with 709 additions and 709 deletions
|
@ -1,7 +1,7 @@
|
|||
import { expect, test } from "@playwright/test"
|
||||
import { expect, test } from '@playwright/test'
|
||||
|
||||
test("all routes do not return 404", async ({ page }) => {
|
||||
const routes = ["/", "/welcome", "/about", "/privacy-policy", "/download", "/donate", "/whatsnew"]
|
||||
test('all routes do not return 404', async ({ page }) => {
|
||||
const routes = ['/', '/welcome', '/about', '/privacy-policy', '/download', '/donate', '/whatsnew']
|
||||
for (const route of routes) {
|
||||
const response = await page.goto(route)
|
||||
expect(response?.status()).not.toBe(404)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue