mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-03-12 17:51:53 +08: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