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:
@@ -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');
|
||||
|
Reference in New Issue
Block a user