6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
import { describe, it } from "node:test";
|
|
|
|
describe("Subscription", async function () {
|
|
// your tests go here...
|
|
})
|