fantasy-manager/cypress/e2e/invite3.ts

7 lines
153 B
TypeScript

import { updateData } from "#scripts/update";
run();
// Simulates all the games
async function run() {
await updateData("", "./sample/data3.json");
}