pegasus-autosign/test.ts

5 lines
162 B
TypeScript
Raw Permalink Normal View History

2025-09-29 08:25:39 +02:00
import { getCurrentCourse } from "./getCourse";
import { getPegasusPHPSession } from "./getToken";
console.log(await getPegasusPHPSession({ headless: false }));