UNPKG

create-nodex

Version:

CLI tool to create modern Node.js projects with TypeScript, AI capabilities, and more

6 lines (4 loc) 104 B
import { test, expect } from "@jest/globals"; test("sample test", () => { expect(1 + 1).toBe(2); });