1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Run prettier

This commit is contained in:
Kamran Ahmed
2023-03-30 01:23:01 +01:00
parent d081ecf5b3
commit 7434ff71eb
2129 changed files with 10497 additions and 7961 deletions

View File

@@ -2,7 +2,9 @@ import path from 'node:path';
import fs from 'node:fs';
import { test, expect } from '@playwright/test';
const roadmapIds = fs.readdirSync(path.join(process.cwd(), 'src/data/roadmaps'));
const roadmapIds = fs.readdirSync(
path.join(process.cwd(), 'src/data/roadmaps')
);
test(`roadmaps`, async ({ page }) => {
await page.goto('/roadmaps');