import { describe, test, expect } from '@jest/globals' describe("Jest testing", () => { test("runs", () => { expect(test).toBeDefined() }) })