Files
lab1/test/Subscription.ts
2026-02-19 15:05:20 +01:00

6 lines
120 B
TypeScript

import { describe, it } from "node:test";
describe("Subscription", async function () {
// your tests go here...
})